Skip to content
Snippets Groups Projects
Commit 4353c2f2 authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Fix sidebar root view Nib name string in sidebar root view controller


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 915ce30b
No related branches found
No related tags found
1 merge request!6110macosx: Fix sidebar root view Nib name string in sidebar root view controller
Pipeline #519003 passed with stages
in 52 minutes and 59 seconds
......@@ -42,7 +42,7 @@ const NSInteger VLCLibraryWindowSidebarViewChaptersSegment = 1;
- (instancetype)initWithLibraryWindow:(VLCLibraryWindow *)libraryWindow
{
self = [super initWithNibName:@"VLCLibraryWindowSidebarView" bundle:nil];
self = [super initWithNibName:@"VLCLibraryWindowSidebarRootView" bundle:nil];
if (self) {
_libraryWindow = libraryWindow;
}
......
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