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