fix: silent start (#4990)

This commit is contained in:
Sline
2025-10-09 14:02:27 +08:00
committed by GitHub
Unverified
parent a9d91a09c4
commit c7cd47fbdc

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;
}