macosx: Remove unneeded configuration of toolbar items in library window

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
This commit is contained in:
Claudio Cambra 2024-04-19 18:33:57 +08:00 committed by Felix Paul Kühne
parent 3dd181efa3
commit 85e8f0db0a
1 changed files with 0 additions and 5 deletions

View File

@ -162,11 +162,6 @@ static void addShadow(NSImageView *__unsafe_unretained imageView)
self.videoViewController.displayLibraryControls = YES;
[self hideControlsBarImmediately];
[self.gridVsListSegmentedControl setHidden:NO];
[self.librarySortButton setHidden:NO];
[self.librarySearchField setEnabled:YES];
NSNotificationCenter *notificationCenter = NSNotificationCenter.defaultCenter;
[notificationCenter addObserver:self
selector:@selector(shouldShowController:)