Fixed windows start console

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 02:11:27 +03:00
parent ebb0967bc9
commit fbadd66d12

View File

@@ -1,3 +1,5 @@
#![cfg_attr(all(target_os = "windows", not(debug_assertions)), windows_subsystem = "windows")]
mod client;
mod db;
mod gui;