Cocoa Port: Fix UI issue where status bar on display windows would no longer show the mic gain control. (Regression from commit 3bf295f.)
This commit is contained in:
parent
ccaefb18bc
commit
d1ac719b5c
|
@ -1350,7 +1350,6 @@ static std::unordered_map<NSScreen *, DisplayWindowController *> _screenMap; //
|
|||
{
|
||||
[masterWindow setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
|
||||
}
|
||||
else
|
||||
#endif
|
||||
|
||||
// Set up some custom UI elements.
|
||||
|
|
Loading…
Reference in New Issue