feat: add logging check to pre-commit and CI workflow

This commit is contained in:
Tunglies
2025-11-01 21:22:41 +08:00
parent fb260fb33d
commit d3d32006c3
4 changed files with 12 additions and 2 deletions

View File

@@ -10,6 +10,5 @@ fn main() {
std::env::set_var("CLASH_VERGE_DISABLE_TRAY", "1");
}
}
app_lib::run();
}