You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TitleBar rendered native window control buttons (minimize / maximize
/ close) unconditionally on non-mac platforms. The buttons rendered
correctly with no visual issues, but they were non-functional when the
app is accessed as a web page served by the server: the click handlers
call Electron-only APIs (windowMinimize, windowToggleMaximize,
windowClose), and there is no native window to control in that
context. For reference: #430
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
TitleBar rendered native window control buttons (minimize / maximize
/ close) unconditionally on non-mac platforms. The buttons rendered
correctly with no visual issues, but they were non-functional when the
app is accessed as a web page served by the server: the click handlers
call Electron-only APIs (windowMinimize, windowToggleMaximize,
windowClose), and there is no native window to control in that
context. For reference: #430
All reactions