Skip to content
Snippets Groups Projects
Commit 2425c4d0 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Fix toolbar for shows video subsegment


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent b6fbc443
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ NSString * const VLCLibraryWindowTrackingSeparatorToolbarItemIdentifier =
[self setViewModeToolbarItemVisible:NO];
break;
case VLCLibraryVideoSegment:
case VLCLibraryShowsVideoSubSegment:
[self setForwardsBackwardsToolbarItemsVisible:NO];
[self setSortOrderToolbarItemVisible:YES];
[self setLibrarySearchToolbarItemVisible:YES];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment