fix "no edit mode on global overlays"
This commit is contained in:
@@ -194,7 +194,7 @@ impl<T> OverlayWindowManager<T> {
|
||||
return;
|
||||
};
|
||||
|
||||
if !overlay.config.global {
|
||||
if overlay.config.global {
|
||||
// watch, anchor, toast, dashboard
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user