Skip to content

Commit

Permalink
menu_helper: Silence xdg-open
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Oct 8, 2024
1 parent cbb3032 commit 44482d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/menu_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ open_link() {
if [ $ANDROID ]; then
/system/bin/am start -a android.intent.action.VIEW -d "$1" >/dev/null 2>&1 &
else
xdg-open "$1"
xdg-open "$1" >/dev/null 2>&1 &
fi
}

Expand Down

0 comments on commit 44482d5

Please sign in to comment.