fix: silent start (#4990)

This commit is contained in:
Sline 2025-10-09 14:02:27 +08:00 committed by GitHub
parent a9d91a09c4
commit c7cd47fbdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,7 @@ impl WindowManager {
} }
} }
if WindowOperationResult::Failed != Self::show_main_window().await { if WindowOperationResult::Failed == Self::show_main_window().await {
return false; return false;
} }