fix: use Windows GUI subsystem

This commit is contained in:
2026-07-11 05:20:03 -04:00
parent 8976fba9d0
commit 07b558eb0a
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
#![cfg_attr(windows, windows_subsystem = "windows")]
mod brand;
mod services;
mod shell;