summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-27 23:52:21 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-01-27 23:52:21 -0500
commit8abd54176330042af470e4f73aad302f405af86b (patch)
tree22eea689aef3d9e266d2fcb375566c79a3f28cd8
parent0105c0a913e166622e07a29a7c283ed582a5252e (diff)
downloadDecky-Framegen-8abd54176330042af470e4f73aad302f405af86b.tar.gz
Decky-Framegen-8abd54176330042af470e4f73aad302f405af86b.zip
cleanup wrong commentpublic-test
-rwxr-xr-xsrc/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 5e5e82d..84e6019 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'); // Remove custom launch options
+ await SteamClient.Apps.SetAppLaunchOptions(game.appid, '/home/deck/fgmod/fgmod-uninstaller.sh');
setResult(`DLSS mods will uninstall on next launch of ${game.name}. The game is now unpatched.`);
} catch (error) {
if (error instanceof Error) {