update + Fix

This commit is contained in:
Johnny
2026-07-03 07:56:33 +02:00
parent 202ee1cc58
commit a84c22f04b
4 changed files with 69 additions and 9 deletions
@@ -17,7 +17,10 @@ data class AppSettings(
val whitelistedPackages: Set<String> = emptySet(),
val showSystemApps: Boolean = false,
val passwordHash: String? = null,
val passwordSalt: String? = null
val passwordSalt: String? = null,
val cutoffCycleAnchorMillis: Long? = null,
val cutoffInPulse: Boolean = false,
val cutoffPulseStartMillis: Long = 0L
) {
val planStartDate: LocalDate get() = LocalDate.ofEpochDay(planStartDateEpochDay)