From 6dae54a948ae039b49f8e0c42546606e53cbcd5d Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:33:02 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index b7b6d7f..ae8ad55 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2316,7 +2316,6 @@ if $DECKY_LOADER_EXISTS && $NSL_PLUGIN_EXISTS; then switch_to_game_mode exit 0 elif $DECKY_LOADER_EXISTS && ! $NSL_PLUGIN_EXISTS; then - show_message "Please enter your password for authentication..." USER_INPUT=$(zenity --forms --title="Authentication Required" --text="Decky Loader detected! But no NSL plugin :( Would you like to inject the plugin and switch to Game Mode?" --separator="|" --add-password="Password") else zenity --error --text="Decky Loader not detected. Please download and install it from their website first and re-run this script to get the NSL Plugin." @@ -2347,10 +2346,7 @@ git clone "$REPO_URL" "$LOCAL_DIR" cd "$LOCAL_DIR" git checkout "$BRANCH_NAME" -echo "Restarting the plugin loader service..." -sudo systemctl restart plugin_loader.service - -show_message "Plugin installed and loader restarted. Switching to Game Mode..." +show_message "Plugin installed. Switching to Game Mode..." # Switch to Game Mode after completion switch_to_game_mode