We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80f15b commit 4608c35Copy full SHA for 4608c35
app/src/main/kotlin/li/songe/gkd/store/SettingsStore.kt
@@ -11,7 +11,7 @@ import li.songe.gkd.util.UpdateTimeOption
11
data class SettingsStore(
12
val enableService: Boolean = true,
13
val enableMatch: Boolean = true,
14
- val enableStatusService: Boolean = true,
+ val enableStatusService: Boolean = false,
15
val excludeFromRecents: Boolean = false,
16
val captureScreenshot: Boolean = false,
17
val httpServerPort: Int = 8888,
0 commit comments