"Save As" action should have ellipses
Because you have to interact with the save dialog before doing anything else.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user