fix: stabilize macOS visible overlay toggle

This commit is contained in:
2026-03-29 15:14:10 -07:00
parent b682f0d37a
commit c939c5804f
10 changed files with 270 additions and 32 deletions

View File

@@ -32,6 +32,7 @@ function M.new()
auto_play_ready_gate_armed = false,
auto_play_ready_timeout = nil,
auto_play_ready_osd_timer = nil,
suppress_ready_overlay_restore = false,
}
end