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
There is a significant UI/UX bug in macOS regarding the window.titleBarStyle (which should only apply for Linux and Windows) which when set to custom will completely remove the menu and make it difficult to make it return.
native:
custom (missing window controls):
Steps to Reproduce:
start the application on macOS
open the preferences-view
search for titleBarStyle and change from native to custom (accept the prompt)
on reload the top level menu will disappear
Note: in order to bring back the menu I had to remove my user preferences, and cached configs:
Bug Description:
There is a significant UI/UX bug in macOS regarding the
window.titleBarStyle
(which should only apply for Linux and Windows) which when set tocustom
will completely remove the menu and make it difficult to make it return.native:
custom (missing window controls):
Steps to Reproduce:
titleBarStyle
and change fromnative
tocustom
(accept the prompt)Note: in order to bring back the menu I had to remove my user preferences, and cached configs:
rm -rf ~/.theia
rm -rf ~/Library/ApplicationSupport/Theia\ Electron\ Example/
The text was updated successfully, but these errors were encountered: