update + Fix

This commit is contained in:
Johnny
2026-07-03 08:10:43 +02:00
parent a84c22f04b
commit 1d88b4f6e7
10 changed files with 241 additions and 9 deletions
@@ -15,6 +15,8 @@ data class AppSettings(
val cutoffIntervalMinutes: Int = 15,
val baselineMobileBytesAtReset: Long = 0L,
val whitelistedPackages: Set<String> = emptySet(),
val whitelistedPackagesWifi: Set<String> = emptySet(),
val wifiFilterEnabled: Boolean = false,
val showSystemApps: Boolean = false,
val passwordHash: String? = null,
val passwordSalt: String? = null,