Skip to content

Commit

Permalink
Merge pull request #57 from viachaslavic/fix_notify
Browse files Browse the repository at this point in the history
Fix launch without notify daemon
  • Loading branch information
hizzlekizzle authored Jun 25, 2024
2 parents 735cdd1 + 7bfa2be commit 4536a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch.wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _notify() {
local timeout=2000
local icon="$SNAP/.config/assets/xmb/monochrome/png/retroarch.png"

notify-send "RetroArch" "${msg}" -i ${icon} -t $timeout
notify-send "RetroArch" "${msg}" -i ${icon} -t $timeout || printf "[INFO] [Wrapper]: ${msg}\n"
}

# Notify user that we're working so they don't think anything is broken
Expand Down

0 comments on commit 4536a7c

Please sign in to comment.