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
1 changed files with 1 additions and 1 deletions

View File

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