Skip to content

Commit

Permalink
Disable mouse hook by default
Browse files Browse the repository at this point in the history
Related to #221
  • Loading branch information
elishacloud committed Sep 1, 2023
1 parent 8cde797 commit 301728b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dllmain/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 6786
#define BUILD_NUMBER 6787
1 change: 0 additions & 1 deletion Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ void Settings::SetDefaultConfigSettings()
Config.DisableHighDPIScaling = true;
Config.ResetScreenRes = true;
Config.FixSpeakerConfigType = true;
Config.DdrawEnableMouseHook = true;

// Set other default values
Config.LoopSleepTime = 120;
Expand Down

0 comments on commit 301728b

Please sign in to comment.