fix force close not force closing

This commit is contained in:
galister 2026-01-08 03:31:23 +09:00
parent bc52ff825e
commit 082c9eb349
1 changed files with 1 additions and 1 deletions

View File

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