mirror of https://github.com/wayvr-org/wayvr.git
fix "no edit mode on global overlays"
This commit is contained in:
parent
830be58c7a
commit
70be748da1
|
|
@ -194,7 +194,7 @@ impl<T> OverlayWindowManager<T> {
|
|||
return;
|
||||
};
|
||||
|
||||
if !overlay.config.global {
|
||||
if overlay.config.global {
|
||||
// watch, anchor, toast, dashboard
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue