fix: silent start (#4990)
This commit is contained in:
@@ -369,7 +369,7 @@ impl WindowManager {
|
||||
}
|
||||
}
|
||||
|
||||
if WindowOperationResult::Failed != Self::show_main_window().await {
|
||||
if WindowOperationResult::Failed == Self::show_main_window().await {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user