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
SaveDesktop currently uses GTK’s built-in title bar functionality, which separates the title bar from the window and makes it look out of place among other GNOME apps
Describe the solution you'd like
Switch to using an Adw.ToolbarView with the header bar as a top child, to make it blend in with the window itself.
The text was updated successfully, but these errors were encountered:
The current problem or need
SaveDesktop currently uses GTK’s built-in title bar functionality, which separates the title bar from the window and makes it look out of place among other GNOME apps
Describe the solution you'd like
Switch to using an Adw.ToolbarView with the header bar as a top child, to make it blend in with the window itself.
The text was updated successfully, but these errors were encountered: