MacGui: always show a separator line between the queue titlebar and the content on macOS 11.

This commit is contained in:
Damiano Galassi 2020-09-12 12:09:07 +02:00
parent e1b9bd7672
commit 0500c1e33e
No known key found for this signature in database
GPG Key ID: 5452E231DFDBCA11

View File

@ -100,6 +100,7 @@
if (@available (macOS 11, *))
{
self.window.toolbarStyle = NSWindowToolbarStyleUnified;
self.window.titlebarSeparatorStyle = NSTitlebarSeparatorStyleLine;
}
#endif