From ea919ae609e0cde71fca1c53d56bdbbbad527a9b Mon Sep 17 00:00:00 2001 From: fredcw <58893963+fredcw@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:37:25 +0000 Subject: [PATCH] Make InfoOSD visible on fullscreened monitors --- js/ui/modalDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/modalDialog.js b/js/ui/modalDialog.js index 74fac68f1e..cc0f7bce8e 100644 --- a/js/ui/modalDialog.js +++ b/js/ui/modalDialog.js @@ -485,7 +485,7 @@ var InfoOSD = class { this.actor.add(label); } Main.layoutManager.addChrome(this.actor, { - visibleInFullscreen: false, + visibleInFullscreen: true, affectsInputRegion: false }); }