no edit mode on global overlays
This commit is contained in:
@@ -197,8 +197,9 @@ impl<T> OverlayWindowManager<T> {
|
|||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
if !overlay.config.default_state.grabbable {
|
if !overlay.config.global {
|
||||||
return; // FIXME: not a proper solution
|
// watch, anchor, toast, dashboard
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if enabled {
|
if enabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user