mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-30 22:36:46 +08:00 
			
		
		
		
	Merge pull request #7174 from MightyCreak/hide-cursor-by-default
Check "Hide mouse on inactivity" by default
This commit is contained in:
		
						commit
						d5c4af2d5b
					
				| @ -60,7 +60,7 @@ struct Values { | |||||||
|     Settings::BasicSetting<bool> confirm_before_closing{true, "confirmClose"}; |     Settings::BasicSetting<bool> confirm_before_closing{true, "confirmClose"}; | ||||||
|     Settings::BasicSetting<bool> first_start{true, "firstStart"}; |     Settings::BasicSetting<bool> first_start{true, "firstStart"}; | ||||||
|     Settings::BasicSetting<bool> pause_when_in_background{false, "pauseWhenInBackground"}; |     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"}; |     Settings::BasicSetting<bool> select_user_on_boot{false, "select_user_on_boot"}; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user