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
For our GTK build, we should put the menu into the context menu (as a Menu => submenu) if the titlebar is disabled. This will allow users to access the menu even when the titlebar is disabled or SSD is used.
The text was updated successfully, but these errors were encountered:
This PR addresses #4732.
While @tristan957 suggested alternative approaches, this implementation
provides a straightforward way to make the menu accessible when the
window decoration is disabled. It follows patterns seen in other GTK
apps for handling submenus, though not strictly in the context menu
format truth be told.
If there’s a better way to approach this or further refinements needed,
I’m happy to discuss and iterate. This has been a minor issue I’ve
encountered personally, and I’d like to help improve the experience for
others as well.
Small video of how it looks:
https://github.com/user-attachments/assets/59548fef-f11c-421f-b05b-be81eab6ce06
For our GTK build, we should put the menu into the context menu (as a
Menu =>
submenu) if the titlebar is disabled. This will allow users to access the menu even when the titlebar is disabled or SSD is used.The text was updated successfully, but these errors were encountered: