Skip to content

Commit 208df8c

Browse files
committed
perf: log desc
1 parent 7b65052 commit 208df8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/kotlin/li/songe/gkd/ui/home/SettingsPage.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ fun useSettingsPage(): ScaffoldExt {
432432
HorizontalDivider()
433433

434434
TextSwitch(name = "保存日志",
435-
desc = "保存最近7天的日志,大概占用您5M的空间",
435+
desc = "保存最近7天日志,关闭后无法定位解决错误",
436436
checked = store.log2FileSwitch,
437437
onCheckedChange = {
438438
storeFlow.value = store.copy(
@@ -449,7 +449,8 @@ fun useSettingsPage(): ScaffoldExt {
449449
}
450450
}
451451
}
452-
})
452+
}
453+
)
453454
HorizontalDivider()
454455

455456
SettingItem(title = "分享日志", onClick = {

0 commit comments

Comments
 (0)