address change and background

This commit is contained in:
2026-03-22 12:49:27 +07:00
parent 12e7fdf422
commit 79369520bb
4 changed files with 56 additions and 36 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init();
netrunner_logger::Logger::global().set_level("trace");
netrunner_logger::Logger::global().set_level("error");
netrunner_app::run();
}