Feat: no console in bg and plugin fix

This commit is contained in:
2026-02-26 12:42:22 +01:00
parent 70032acc75
commit 47099a6eef
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use std::sync::atomic::{AtomicBool, AtomicI64, AtomicU32, AtomicU64, Ordering};
use std::sync::Arc;
use std::time::Duration;