fix: refresh overlay on Hyprland fullscreen

This commit is contained in:
2026-04-26 19:22:56 -07:00
parent 8dd63d69a2
commit cca68af2b7
19 changed files with 381 additions and 21 deletions
+2
View File
@@ -67,6 +67,8 @@ export function ensureOverlayWindowLevel(window: BrowserWindow): void {
return;
}
window.setAlwaysOnTop(true);
window.setVisibleOnAllWorkspaces(true, { visibleOnFullScreen: true });
window.moveTop();
}
export function enforceOverlayLayerOrder(options: {