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