fixing a problem with disabled "save cover to file" action in the now playing widget (fixes issue #1721)
This commit is contained in:
parent
10fbbca82f
commit
23fbada6c4
@ -378,7 +378,6 @@ void NowPlayingWidget::resizeEvent(QResizeEvent* e) {
|
||||
void NowPlayingWidget::contextMenuEvent(QContextMenuEvent* e) {
|
||||
// initial 'enabled' values depending on the kitty mode
|
||||
album_cover_choice_controller_->cover_from_file_action()->setEnabled(!aww_);
|
||||
album_cover_choice_controller_->cover_to_file_action()->setEnabled(aww_);
|
||||
album_cover_choice_controller_->cover_from_url_action()->setEnabled(!aww_);
|
||||
album_cover_choice_controller_->search_for_cover_action()->setEnabled(!aww_ && CoverProviders::instance().HasAnyProviders());
|
||||
album_cover_choice_controller_->unset_cover_action()->setEnabled(!aww_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user