[feat] add proton logs in advance launch settings for linux

This commit is contained in:
silentrald
2024-12-21 22:59:11 +08:00
parent a3503a1985
commit a54f81de42
5 changed files with 45 additions and 20 deletions
@@ -6,6 +6,7 @@ export const LaunchMods = {
DEBUG: "debug",
SKIP_STEAM: "skip_steam",
EDITOR: "editor",
PROTON_LOGS: "proton_logs",
} as const;
export type LaunchMod = typeof LaunchMods[keyof typeof LaunchMods];