We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e939f commit 6f0cd49Copy full SHA for 6f0cd49
src/backend/launcher.ts
@@ -92,7 +92,7 @@ async function prepareLaunch(
92
93
// If we're not on Linux, we can return here
94
if (!isLinux) {
95
- return { success: true, rpcClient }
+ return { success: true, rpcClient, offlineMode }
96
}
97
98
// Figure out where MangoHud/GameMode are located, if they're enabled
0 commit comments