We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d501f commit 4b182c3Copy full SHA for 4b182c3
Client/core/CClientVariables.cpp
@@ -358,6 +358,7 @@ void CClientVariables::LoadDefaults()
358
DEFAULT("discord_rpc_share_data_firsttime", false); // Display the user data sharing consent dialog box - for the first time
359
DEFAULT("browser_enable_gpu", true); // Enable GPU in CEF? (allows stuff like WebGL to function)
360
DEFAULT("process_cpu_affinity", true); // Set CPU 0 affinity to improve game performance and fix the known issue in single-threaded games
361
+ DEFAULT("ask_before_disconnect", true); // Ask before disconnecting from a server
362
363
if (!Exists("locale"))
364
{
0 commit comments