mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-08 23:57:05 +00:00
FEXQonfig: Implement "Save As"
This commit is contained in:
parent
5d5b411611
commit
aa4205c2e8
@ -137,9 +137,13 @@ ApplicationWindow {
|
||||
onTriggered: root.save("")
|
||||
}
|
||||
Action {
|
||||
// TODO
|
||||
text: qsTr("Save &as...")
|
||||
shortcut: StandardKey.SaveAs
|
||||
onTriggered: {
|
||||
openFileDialog.openAndThen(() => {
|
||||
root.save(configFilename)
|
||||
});
|
||||
}
|
||||
}
|
||||
MenuSeparator {}
|
||||
Action {
|
||||
|
Loading…
x
Reference in New Issue
Block a user