mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	changing a default value
This commit is contained in:
		| @@ -30,6 +30,6 @@ class Config(context: Context) : BaseConfig(context) { | ||||
|         set(showSearchBar) = prefs.edit().putBoolean(SHOW_SEARCH_BAR, showSearchBar).apply() | ||||
|  | ||||
|     var closeAppDrawer: Boolean | ||||
|         get() = prefs.getBoolean(CLOSE_APP_DRAWER, true) | ||||
|         get() = prefs.getBoolean(CLOSE_APP_DRAWER, false) | ||||
|         set(closeAppDrawer) = prefs.edit().putBoolean(CLOSE_APP_DRAWER, closeAppDrawer).apply() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user