mirror of https://github.com/wayvr-org/wayvr.git
fix force close not force closing
This commit is contained in:
parent
bc52ff825e
commit
082c9eb349
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue