"Save As" action should have ellipses

Because you have to interact with the save dialog before doing anything
else.
This commit is contained in:
Joshua Goins
2024-11-16 14:25:47 +00:00
parent af40d555d4
commit be319f88d3

View File

@@ -50,7 +50,7 @@ DelegateContextMenu {
}
},
Kirigami.Action {
text: i18n("Save As")
text: i18nc("@action:inmenu", "Save As")
icon.name: "document-save"
onTriggered: {
var dialog = saveAsDialog.createObject(QQC2.Overlay.overlay);