Fixed windows start console

This commit is contained in:
Alexandr Bogomiakov
2025-07-24 02:36:21 +03:00
parent fbadd66d12
commit fcc1f76d70
3 changed files with 54 additions and 37 deletions

View File

@@ -154,7 +154,6 @@ impl TrayApplication {
if let Ok(exe_path) = std::env::current_exe() {
std::thread::spawn(move || {
if let Err(e) = std::process::Command::new(&exe_path)
.arg("--gui")
.arg("--settings-ui")
.spawn()
{