for work on laptop

This commit is contained in:
2026-04-08 19:14:16 +07:00
parent 23443d41b8
commit 90aa3c23ca
3 changed files with 5 additions and 18 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("error");
netrunner_logger::Logger::global().set_level("debug");
netrunner_app::run();
}
+1 -4
View File
@@ -1,7 +1,4 @@
use std::{
ops::Deref,
sync::atomic::{AtomicBool, Ordering},
};
use std::{ops::Deref, sync::atomic::AtomicBool};
use tauri::{
plugin::{Builder, TauriPlugin},