Skip to content

Commit 4608c35

Browse files
committed
perf: set enableStatusService defaultValue to false
1 parent d80f15b commit 4608c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/li/songe/gkd/store/SettingsStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import li.songe.gkd.util.UpdateTimeOption
1111
data class SettingsStore(
1212
val enableService: Boolean = true,
1313
val enableMatch: Boolean = true,
14-
val enableStatusService: Boolean = true,
14+
val enableStatusService: Boolean = false,
1515
val excludeFromRecents: Boolean = false,
1616
val captureScreenshot: Boolean = false,
1717
val httpServerPort: Int = 8888,

0 commit comments

Comments
 (0)