Gate the titlebar inset on a windowChrome capability instead of osType (#570)

This commit is contained in:
Gregory Schier
2026-08-16 22:21:38 -07:00
committed by GitHub
parent bea58b16b4
commit e99f6d2bc7
5 changed files with 24 additions and 5 deletions
+3
View File
@@ -49,6 +49,9 @@ function capabilitiesFor(): PlatformCapabilities {
// else is looking: other tabs may well be open on the same worker, and it
// pushes every write to all of them regardless of this flag.
multiWindow: false,
// The browser draws the frame around the page. There are no traffic lights
// to leave room for and no window controls to draw.
windowChrome: false,
plugins: false,
encryption: false,
updater: false,