added export awg native format (#635)

add export awg native format
This commit is contained in:
agalehaga 2024-02-23 19:55:59 +02:00 committed by GitHub
parent 474e7c6d62
commit c7c7c8eb01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 60 additions and 15 deletions

View file

@ -107,13 +107,6 @@ DrawerType2 {
text: qsTr("Copy")
imageSource: "qrc:/images/controls/copy.svg"
clickedFunc: function() {
configText.selectAll()
configText.copy()
configText.select(0, 0)
PageController.showNotificationMessage(qsTr("Copied"))
}
}
BasicButtonType {
@ -132,13 +125,6 @@ DrawerType2 {
text: qsTr("Copy config string")
imageSource: "qrc:/images/controls/copy.svg"
clickedFunc: function() {
nativeConfigString.selectAll()
nativeConfigString.copy()
nativeConfigString.select(0, 0)
PageController.showNotificationMessage(qsTr("Copied"))
}
}
BasicButtonType {