1
1
mirror of https://github.com/ksyasuda/aniwrapper.git synced 2025-05-16 09:13:48 -07:00

make silent option even more silent

This commit is contained in:
ksyasuda 2022-02-01 11:42:34 -08:00
parent d4304a6e36
commit 9ef5b5092f

@ -130,6 +130,7 @@ dep_ch() {
}
notification() {
((SILENT == 1)) && return 0
msg="$*"
if command -v "notify-send" > /dev/null; then
notify-send -i "$ANIWRAPPER_ICON_PATH" "$msg"