Merge pull request #1090 from luukvbaal/imgview

Imgview fix ucollage directory
This commit is contained in:
Piña Colada 2021-07-01 14:56:53 +05:30 committed by GitHub
commit a7aae40069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ elif type lsix >/dev/null 2>&1; then
exit_prompt exit_prompt
elif type ucollage >/dev/null 2>&1; then elif type ucollage >/dev/null 2>&1; then
type ffmpeg >/dev/null 2>&1 && make_thumbs 1 type ffmpeg >/dev/null 2>&1 && make_thumbs 1
UCOLLAGE_EXPAND_DIRS=1 ucollage . "$NNN_PREVIEWDIR$dir" || exit_prompt UCOLLAGE_EXPAND_DIRS=1 ucollage "$dir" "$NNN_PREVIEWDIR$dir" || exit_prompt
elif type sxiv >/dev/null 2>&1; then elif type sxiv >/dev/null 2>&1; then
type ffmpegthumbnailer >/dev/null 2>&1 && make_thumbs 0 type ffmpegthumbnailer >/dev/null 2>&1 && make_thumbs 0
view_files sxiv >/dev/null 2>&1 & view_files sxiv >/dev/null 2>&1 &