Add dynamic notification
Co-authored-by: Moe <moe@example.com> Co-authored-by: 世界 <i@sekai.icu>
This commit is contained in:
@@ -40,6 +40,7 @@ object Settings {
|
||||
|
||||
var checkUpdateEnabled by dataStore.boolean(SettingsKey.CHECK_UPDATE_ENABLED) { true }
|
||||
var disableMemoryLimit by dataStore.boolean(SettingsKey.DISABLE_MEMORY_LIMIT)
|
||||
var dynamicNotification by dataStore.boolean(SettingsKey.DYNAMIC_NOTIFICATION) { true }
|
||||
|
||||
|
||||
const val PER_APP_PROXY_DISABLED = 0
|
||||
|
||||
Reference in New Issue
Block a user