Skip to content

Commit

Permalink
Fix launch without notify daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
viachaslavic committed Jun 24, 2024
1 parent 735cdd1 commit 7bfa2be
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 7bfa2be

Please sign in to comment.