There was an error while loading. Please reload this page.
1 parent 27dd4e0 commit c24b480Copy full SHA for c24b480
1 file changed
res/qml/MainMenuBar.qml
@@ -316,7 +316,9 @@ MenuBar {
316
onTriggered: Qt.openUrlExternally("https://manual.mixxx.org/2.7/chapters/controlling_mixxx.html#using-a-keyboard")
317
}
318
Action {
319
- text: qsTr("&Settings directory")
+ // Qt Quick Controls does not expose native menu roles. Prevent
320
+ // macOS from treating this action as the application Preferences action.
321
+ text: qsTr("&Settings directory") + "\u200c"
322
323
onTriggered: Qt.openUrlExternally(Mixxx.Application.settingsDirectoryUrl)
324
0 commit comments