Skip to content

Commit

Permalink
macosx: Fix sidebar root view Nib name string in sidebar root view co…
Browse files Browse the repository at this point in the history
…ntroller

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and robUx4 committed Oct 1, 2024
1 parent 915ce30 commit 4353c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ @implementation VLCLibraryWindowSidebarRootViewController

- (instancetype)initWithLibraryWindow:(VLCLibraryWindow *)libraryWindow
{
self = [super initWithNibName:@"VLCLibraryWindowSidebarView" bundle:nil];
self = [super initWithNibName:@"VLCLibraryWindowSidebarRootView" bundle:nil];
if (self) {
_libraryWindow = libraryWindow;
}
Expand Down

0 comments on commit 4353c2f

Please sign in to comment.