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:
rogerman 2017-09-04 08:09:48 -07:00
parent ccaefb18bc
commit d1ac719b5c
1 changed files with 0 additions and 1 deletions

View File

@ -1350,7 +1350,6 @@ static std::unordered_map<NSScreen *, DisplayWindowController *> _screenMap; //
{
[masterWindow setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
}
else
#endif
// Set up some custom UI elements.