MacGui: always show a separator line between the queue titlebar and the content on macOS 11.
This commit is contained in:
parent
e1b9bd7672
commit
0500c1e33e
@ -100,6 +100,7 @@
|
||||
if (@available (macOS 11, *))
|
||||
{
|
||||
self.window.toolbarStyle = NSWindowToolbarStyleUnified;
|
||||
self.window.titlebarSeparatorStyle = NSTitlebarSeparatorStyleLine;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user