From 709062d93cec154abed768a0dde1122bb4d79a6a Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 28 Jan 2025 00:03:09 -0500 Subject: oversignt, add command prepend arg --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 84e6019..48dfc19 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -271,7 +271,7 @@ function InstalledGamesSection() { const handleUnpatchClick = async (game: { appid: number; name: string }) => { setClickedGame(game); try { - await SteamClient.Apps.SetAppLaunchOptions(game.appid, '/home/deck/fgmod/fgmod-uninstaller.sh'); + await SteamClient.Apps.SetAppLaunchOptions(game.appid, '/home/deck/fgmod/fgmod-uninstaller.sh %COMMAND%'); setResult(`DLSS mods will uninstall on next launch of ${game.name}. The game is now unpatched.`); } catch (error) { if (error instanceof Error) { -- cgit v1.2.3