diff options
| author | 2021-10-13 16:24:34 -0400 | |
|---|---|---|
| committer | 2021-10-15 16:01:20 -0400 | |
| commit | ecef109162a18f47ce7878afb251132dea0ff7e2 (patch) | |
| tree | b03541cc9cbc845f339d49af964a007d2ae42f5d | |
| parent | config: Read network_interface (diff) | |
| download | yuzu-ecef109162a18f47ce7878afb251132dea0ff7e2.tar.gz yuzu-ecef109162a18f47ce7878afb251132dea0ff7e2.tar.xz yuzu-ecef109162a18f47ce7878afb251132dea0ff7e2.zip | |
Hide mouse cursor by default
| -rw-r--r-- | src/yuzu/uisettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index 81f741f20..cac19452f 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h | |||
| @@ -60,7 +60,7 @@ struct Values { | |||
| 60 | Settings::BasicSetting<bool> confirm_before_closing{true, "confirmClose"}; | 60 | Settings::BasicSetting<bool> confirm_before_closing{true, "confirmClose"}; |
| 61 | Settings::BasicSetting<bool> first_start{true, "firstStart"}; | 61 | Settings::BasicSetting<bool> first_start{true, "firstStart"}; |
| 62 | Settings::BasicSetting<bool> pause_when_in_background{false, "pauseWhenInBackground"}; | 62 | Settings::BasicSetting<bool> pause_when_in_background{false, "pauseWhenInBackground"}; |
| 63 | Settings::BasicSetting<bool> hide_mouse{false, "hideInactiveMouse"}; | 63 | Settings::BasicSetting<bool> hide_mouse{true, "hideInactiveMouse"}; |
| 64 | 64 | ||
| 65 | Settings::BasicSetting<bool> select_user_on_boot{false, "select_user_on_boot"}; | 65 | Settings::BasicSetting<bool> select_user_on_boot{false, "select_user_on_boot"}; |
| 66 | 66 | ||