Context: Remove albums

This commit is contained in:
Jonas Kvinge
2022-06-05 11:58:53 +02:00
parent 6c0b395f4a
commit 1ea70b085f
11 changed files with 3 additions and 1165 deletions

View File

@@ -52,7 +52,6 @@ const char *ContextSettingsPage::kSettingsGroupEnable[ContextSettingsOrder::NELE
"AlbumEnable",
"EngineAndDeviceEnable",
"TechnicalDataEnable",
"AlbumsByArtistEnable",
"SongLyricsEnable",
"SearchCoverEnable",
"SearchLyricsEnable",
@@ -70,7 +69,6 @@ ContextSettingsPage::ContextSettingsPage(SettingsDialog *dialog, QWidget *parent
checkboxes_[ContextSettingsOrder::ALBUM] = ui_->checkbox_album;
checkboxes_[ContextSettingsOrder::ENGINE_AND_DEVICE] = ui_->checkbox_engine_device;
checkboxes_[ContextSettingsOrder::TECHNICAL_DATA] = ui_->checkbox_technical_data;
checkboxes_[ContextSettingsOrder::ALBUMS_BY_ARTIST] = ui_->checkbox_albums;
checkboxes_[ContextSettingsOrder::SONG_LYRICS] = ui_->checkbox_song_lyrics;
checkboxes_[ContextSettingsOrder::SEARCH_COVER] = ui_->checkbox_search_cover;
checkboxes_[ContextSettingsOrder::SEARCH_LYRICS] = ui_->checkbox_search_lyrics;

View File

@@ -46,7 +46,6 @@ class ContextSettingsPage : public SettingsPage {
ALBUM,
ENGINE_AND_DEVICE,
TECHNICAL_DATA,
ALBUMS_BY_ARTIST,
SONG_LYRICS,
SEARCH_COVER,
SEARCH_LYRICS,

View File

@@ -170,16 +170,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_albums">
<property name="text">
<string>Albums by Artist</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_song_lyrics">
<property name="text">