mirror of
				https://github.com/SimpleMobileTools/Simple-Clock.git
				synced 2025-06-05 22:19:17 +02:00 
			
		
		
		
	show the FAB for adding new event time zones by default
This commit is contained in:
		| @@ -13,7 +13,7 @@ class Config(context: Context) : BaseConfig(context) { | ||||
|         set(showSeconds) = prefs.edit().putBoolean(SHOW_SECONDS, showSeconds).apply() | ||||
|  | ||||
|     var displayOtherTimeZones: Boolean | ||||
|         get() = prefs.getBoolean(DISPLAY_OTHER_TIME_ZONES, false) | ||||
|         get() = prefs.getBoolean(DISPLAY_OTHER_TIME_ZONES, true) | ||||
|         set(displayOtherTimeZones) = prefs.edit().putBoolean(DISPLAY_OTHER_TIME_ZONES, displayOtherTimeZones).apply() | ||||
|  | ||||
|     var selectedTimeZones: Set<String> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user