mtu change and btn size

This commit is contained in:
2026-04-03 19:42:54 +07:00
parent b81dc3f756
commit bebb403a60
4 changed files with 115 additions and 119 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init(None);
netrunner_logger::Logger::global().set_level("info");
netrunner_logger::Logger::global().set_level("error");
netrunner_app::run();
}