Compare commits

..

No commits in common. "9ef5b5092f285b6249eb5c20fb41bba22926faf6" and "4fb1c113b939d89fd2099d5541f14aed9479d167" have entirely different histories.

View File

@ -130,7 +130,6 @@ dep_ch() {
}
notification() {
((SILENT == 1)) && return 0
msg="$*"
if command -v "notify-send" > /dev/null; then
notify-send -i "$ANIWRAPPER_ICON_PATH" "$msg"
@ -362,7 +361,7 @@ get_directory_data() {
elif [[ -z "$inputlist" && "$search_dir" != / ]]; then
inputlist="../|Back|Quit"
elif [[ "$search_dir" = / ]]; then
inputlist="$inputlist|Quit"
inputlist="$inputlist|Back|Quit"
else
inputlist="Quit"
fi