Add an option to filter logs by level (#427)

This commit is contained in:
角砂糖
2025-06-26 19:55:07 +08:00
committed by GitHub
parent 23ee79fe9d
commit 5ebb554e54
3 changed files with 59 additions and 15 deletions

View File

@@ -18,8 +18,8 @@ class DebugPageState extends State<DebugPage> {
slivers: [
SliverAppbar(title: Text("Debug".tl)),
_CallbackSetting(
title: "Reload Configs",
actionTitle: "Reload",
title: "Reload Configs".tl,
actionTitle: "Reload".tl,
callback: () {
ComicSourceManager().reload();
},