mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feat] add proton logs in advance launch settings for linux
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user