Theoretical fix for MacOS not moving Preferences option any more

Perhaps this ampersand was messing with it.

Contributes to issue CURA-8245.
This commit is contained in:
Ghostkeeper 2021-07-20 15:22:44 +02:00
parent e591f3db5b
commit 109fce5211
No known key found for this signature in database
GPG Key ID: 68F39EA88EEED5FF

View File

@ -109,7 +109,7 @@ Item
//For more information, see:
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
title: (Qt.platform.os == "osx") ? "P&references" : catalog.i18nc("@title:menu menubar:toplevel", "P&references")
title: (Qt.platform.os == "osx") ? "&Preferences" : catalog.i18nc("@title:menu menubar:toplevel", "P&references")
MenuItem { action: Cura.Actions.preferences }
}