"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 {
|
Kirigami.Action {
|
||||||
text: i18n("Save As")
|
text: i18nc("@action:inmenu", "Save As…")
|
||||||
icon.name: "document-save"
|
icon.name: "document-save"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
var dialog = saveAsDialog.createObject(QQC2.Overlay.overlay);
|
var dialog = saveAsDialog.createObject(QQC2.Overlay.overlay);
|
||||||
|
|||||||
Reference in New Issue
Block a user