button update

This commit is contained in:
2026-03-31 14:39:04 +07:00
parent 0f7f01310e
commit bd51ac5ddf
8 changed files with 582 additions and 149 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init();
netrunner_logger::Logger::init(None);
netrunner_logger::Logger::global().set_level("info");
netrunner_app::run();
}