qml: remove channel backup button if channel list item is channelbackup
This commit is contained in:
@@ -205,6 +205,7 @@ Pane {
|
||||
|
||||
FlatButton {
|
||||
Layout.fillWidth: true
|
||||
visible: !channeldetails.isBackup
|
||||
text: qsTr('Backup');
|
||||
onClicked: {
|
||||
var dialog = app.genericShareDialog.createObject(root,
|
||||
|
||||
Reference in New Issue
Block a user