-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Copy link
Labels
Milestone
Description
Based on the designs, my understanding is that ideally we just have the custom title bar showing. Thought I accounted for this well enough in #211 but seems like I didn't. On both Windows and Linux, the system title bar/frame is still present.
Not sure if it's actually something that we can work around. I know it can be very finicky on Linux due to the variety of desktop environments that come into play. Some potential actions to consider:
-
Remove the custom title bar completely and just use the native app frame for all supported OSes
-
Hide the custom title bar on Windows + Linux and use the native app frame for those OSes.
-
Figure out how to remove the native app frame on Windows and Linux.