fix force close not force closing

This commit is contained in:
galister
2026-01-08 03:31:23 +09:00
parent bc52ff825e
commit 082c9eb349

View File

@@ -467,7 +467,7 @@ pub(super) fn setup_custom_button<S: 'static>(
return; return;
}; };
let signal = if command == "::OverlayKillProcess" { let signal = if command == "::WvrOverlayKillProcess" {
KillSignal::Kill KillSignal::Kill
} else { } else {
KillSignal::Term KillSignal::Term