Skip to content

Commit

Permalink
perf: log desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 28, 2024
1 parent 87cd7d7 commit 122524e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/kotlin/li/songe/gkd/ui/home/SettingsPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ fun useSettingsPage(): ScaffoldExt {
HorizontalDivider()

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

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

0 comments on commit 122524e

Please sign in to comment.