mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-24 23:47:42 +01:00
change the default week end to 23:00
This commit is contained in:
parent
d8b0a29905
commit
3fc8f0fc62
@ -26,7 +26,7 @@ class Config(context: Context) : BaseConfig(context) {
|
|||||||
set(startWeeklyAt) = prefs.edit().putInt(START_WEEKLY_AT, startWeeklyAt).apply()
|
set(startWeeklyAt) = prefs.edit().putInt(START_WEEKLY_AT, startWeeklyAt).apply()
|
||||||
|
|
||||||
var endWeeklyAt: Int
|
var endWeeklyAt: Int
|
||||||
get() = prefs.getInt(END_WEEKLY_AT, 24)
|
get() = prefs.getInt(END_WEEKLY_AT, 23)
|
||||||
set(endWeeklyAt) = prefs.edit().putInt(END_WEEKLY_AT, endWeeklyAt).apply()
|
set(endWeeklyAt) = prefs.edit().putInt(END_WEEKLY_AT, endWeeklyAt).apply()
|
||||||
|
|
||||||
var vibrateOnReminder: Boolean
|
var vibrateOnReminder: Boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user