bootStartup->false

This commit is contained in:
Li ZongYing 2024-03-06 01:27:13 +08:00
parent 46b4df1306
commit e2145f8d0d
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ object SP {
set(value) = sp.edit().putBoolean(KEY_CHANNEL_NUM, value).apply()
var bootStartup: Boolean
// TODO Its more friendly to change the default value to false
get() = sp.getBoolean(KEY_BOOT_STARTUP, true)
get() = sp.getBoolean(KEY_BOOT_STARTUP, false)
set(value) = sp.edit().putBoolean(KEY_BOOT_STARTUP, value).apply()
var itemPosition: Int