Skip to content

Commit 4b182c3

Browse files
authored
Enable ask_before_disconnect by default (#4197)
1 parent 80d501f commit 4b182c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/core/CClientVariables.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ void CClientVariables::LoadDefaults()
358358
DEFAULT("discord_rpc_share_data_firsttime", false); // Display the user data sharing consent dialog box - for the first time
359359
DEFAULT("browser_enable_gpu", true); // Enable GPU in CEF? (allows stuff like WebGL to function)
360360
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
361362

362363
if (!Exists("locale"))
363364
{

0 commit comments

Comments
 (0)