for work on laptop
This commit is contained in:
@@ -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,7 +1,4 @@
|
||||
use std::{
|
||||
ops::Deref,
|
||||
sync::atomic::{AtomicBool, Ordering},
|
||||
};
|
||||
use std::{ops::Deref, sync::atomic::AtomicBool};
|
||||
|
||||
use tauri::{
|
||||
plugin::{Builder, TauriPlugin},
|
||||
|
||||
Reference in New Issue
Block a user