Skip to content

Commit 72a0cef

Browse files
committed
WTrackMenu: Show full path of crates in "Crates" submenu
1 parent 2095280 commit 72a0cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widget/wtrackmenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ void WTrackMenu::slotPopulateCrateMenu() {
16761676
m_pCrateMenu);
16771677
// Use a custom QCheckBox with fixed hover behavior.
16781678
auto pCheckBox = make_parented<WMenuCheckBox>(
1679-
mixxx::escapeTextPropertyWithoutShortcuts(crate.getName()),
1679+
mixxx::escapeTextPropertyWithoutShortcuts(crate.getFullPath()),
16801680
m_pCrateMenu);
16811681
pCheckBox->setProperty("crateId", QVariant::fromValue(crate.getId()));
16821682
pCheckBox->setEnabled(!crate.isLocked());

0 commit comments

Comments
 (0)