From 18ded9dfa60ed791e08c0249404ef1d83b1e7bc0 Mon Sep 17 00:00:00 2001 From: Till Toenshoff Date: Fri, 15 Mar 2024 17:53:52 +0100 Subject: [PATCH] disabled file info as it is still WIP --- PlayEm/Info.plist | 2 +- PlayEm/Window & ViewControllers/InfoPanel.m | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PlayEm/Info.plist b/PlayEm/Info.plist index 1e70ade..45bf083 100644 --- a/PlayEm/Info.plist +++ b/PlayEm/Info.plist @@ -68,7 +68,7 @@ CFBundleShortVersionString 1.2 CFBundleVersion - 4791 + 4793 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion diff --git a/PlayEm/Window & ViewControllers/InfoPanel.m b/PlayEm/Window & ViewControllers/InfoPanel.m index f754042..2935b5c 100644 --- a/PlayEm/Window & ViewControllers/InfoPanel.m +++ b/PlayEm/Window & ViewControllers/InfoPanel.m @@ -540,13 +540,13 @@ - (void)viewWillAppear [self.tabView addTabViewItem:_lyricsTabViewItem]; [self loadLyricsWithView:_lyricsTabViewItem.view]; - if ([metas count] == 1) { - vc = [NSViewController new]; - self.fileTabViewItem = [NSTabViewItem tabViewItemWithViewController:vc]; - [_fileTabViewItem setLabel:kInfoPageKeyFile]; - [self.tabView addTabViewItem:_fileTabViewItem]; - [self loadFileWithView:_fileTabViewItem.view]; - } +// if ([metas count] == 1) { +// vc = [NSViewController new]; +// self.fileTabViewItem = [NSTabViewItem tabViewItemWithViewController:vc]; +// [_fileTabViewItem setLabel:kInfoPageKeyFile]; +// [self.tabView addTabViewItem:_fileTabViewItem]; +// [self loadFileWithView:_fileTabViewItem.view]; +// } [self.view addSubview:_tabView];