fix "no edit mode on global overlays"

This commit is contained in:
Aleksander
2025-11-13 21:12:18 +01:00
parent 830be58c7a
commit 70be748da1

View File

@@ -194,7 +194,7 @@ impl<T> OverlayWindowManager<T> {
return;
};
if !overlay.config.global {
if overlay.config.global {
// watch, anchor, toast, dashboard
return;
}