Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 committed Oct 25, 2024
1 parent 2336804 commit 1edbaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/metadatapushmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MetadataPushManager::MetadataPushManager(QObject* pParent,
const bool persist = true;
m_pPublishNowPlaying = std::make_unique<ControlPushButton>(
ConfigKey("[NowPlaying]", "enabled"), persist);
m_pPublishNowPlaying->setButtonMode(ControlPushButton::TOGGLE);
m_pPublishNowPlaying->setButtonMode(mixxx::control::ButtonMode::Toggle);

// TODO(cr7pt0gr4ph7) listen to signals from PlayerManager and add/remove as decks
// are created.
Expand Down

0 comments on commit 1edbaee

Please sign in to comment.