mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
fix: silent start (#4990)
This commit is contained in:
parent
a9d91a09c4
commit
c7cd47fbdc
@ -369,7 +369,7 @@ impl WindowManager {
|
||||
}
|
||||
}
|
||||
|
||||
if WindowOperationResult::Failed != Self::show_main_window().await {
|
||||
if WindowOperationResult::Failed == Self::show_main_window().await {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user