From 3050c7b1d3bb96737fb7f11daa07d45247c3c443 Mon Sep 17 00:00:00 2001 From: gionnibgud Date: Mon, 13 Jul 2026 13:43:44 +0200 Subject: [PATCH] feat(v3): reword the fullscreen setting + note the macOS launch caveat Retitle the toggle "Fullscreen" (from "Start in fullscreen") and reword the description to "Run fee[dB]ack in fullscreen mode. On macOS, changes take effect on the next launch." The macOS note is honest about a native-fullscreen limitation: AppKit drops the first programmatic fullscreen-enter on a window created windowed, so on macOS the desktop side applies the pref at next launch rather than live. Windows/Linux apply it live on the first toggle. The note is self-scoping text (no platform-detection code needed). Signed-off-by: gionnibgud --- static/v3/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/v3/index.html b/static/v3/index.html index 1bc21c2..3dafcb1 100644 --- a/static/v3/index.html +++ b/static/v3/index.html @@ -757,8 +757,8 @@