fix(@desktop/general): make "Backup data" button available only for the "development" build
Fixes: #11463
This commit is contained in:
parent
9629a145da
commit
11389facc0
|
@ -239,6 +239,7 @@ SettingsContentBase {
|
|||
|
||||
StatusButton {
|
||||
id: backupBtn
|
||||
visible: !production
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
text: qsTr("Backup Data")
|
||||
onClicked : {
|
||||
|
|
Loading…
Reference in New Issue