瀏覽代碼

Load dir after hovered image

master
Arun Prakash Jana 5 年之前
父節點
當前提交
9b37c9edb1
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/imgsxiv

+ 1
- 1
plugins/imgsxiv 查看文件

@@ -9,7 +9,7 @@
if command -v sxiv >/dev/null 2>&1; then
if ! [ -z "$1" ]; then
if [ -f "$1" ]; then
sxiv -q "$PWD"
sxiv -q "$1" "$PWD"
elif [ -d "$1" ] || [ -h "$1" ]; then
sxiv -qt "$1"
fi


Loading…
取消
儲存