This commit is contained in:
2026-01-21 15:00:11 +08:00
parent fd20ca2c52
commit 011c9211f5
62 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
app_desktop_lib::run()
}