mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Update NSLPluginInstaller.sh
This commit is contained in:
@@ -163,7 +163,12 @@ fi
|
||||
set -x
|
||||
cd "$LOCAL_DIR"
|
||||
|
||||
# Now switch to Game Mode
|
||||
show_message "Plugin installed. Switching to Game Mode..."
|
||||
switch_to_game_mode
|
||||
#Switching to Game Mode
|
||||
zenity --question --text="Plugin installed or updated. Do you want to switch to Game Mode now?" --title="Switch to Game Mode?" --ok-label="Yes" --cancel-label="No"
|
||||
if [ $? -eq 0 ]; then
|
||||
switch_to_game_mode
|
||||
else
|
||||
show_message "Remaining in Desktop Mode."
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user