0
0
mirror of https://notabug.org/litucks/torzu.git synced 2025-05-04 08:56:19 +00:00

Hide mouse cursor by default

This commit is contained in:
Romain Failliot 2021-10-13 16:24:34 -04:00
parent 851fe91b69
commit ecef109162

View File

@ -60,7 +60,7 @@ struct Values {
Settings::BasicSetting<bool> confirm_before_closing{true, "confirmClose"};
Settings::BasicSetting<bool> first_start{true, "firstStart"};
Settings::BasicSetting<bool> pause_when_in_background{false, "pauseWhenInBackground"};
Settings::BasicSetting<bool> hide_mouse{false, "hideInactiveMouse"};
Settings::BasicSetting<bool> hide_mouse{true, "hideInactiveMouse"};
Settings::BasicSetting<bool> select_user_on_boot{false, "select_user_on_boot"};