Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Slinetrac 2025-10-09 14:05:37 +08:00
commit 44280b23e4
No known key found for this signature in database

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