There was an error while loading. Please reload this page.
1 parent 2095280 commit 72a0cefCopy full SHA for 72a0cef
1 file changed
src/widget/wtrackmenu.cpp
@@ -1676,7 +1676,7 @@ void WTrackMenu::slotPopulateCrateMenu() {
1676
m_pCrateMenu);
1677
// Use a custom QCheckBox with fixed hover behavior.
1678
auto pCheckBox = make_parented<WMenuCheckBox>(
1679
- mixxx::escapeTextPropertyWithoutShortcuts(crate.getName()),
+ mixxx::escapeTextPropertyWithoutShortcuts(crate.getFullPath()),
1680
1681
pCheckBox->setProperty("crateId", QVariant::fromValue(crate.getId()));
1682
pCheckBox->setEnabled(!crate.isLocked());
0 commit comments