Show refresh button only if type is the HOTP

master
Bhushan Shah 2019-03-25 17:50:05 +05:30
parent 2b013ac8c9
commit 75e171a11a
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Kirigami.ApplicationWindow {
Layout.alignment: Qt.AlignRight|Qt.AlignVCenter
Layout.columnSpan: 2
text: "Refresh"
visible: model.type == Account.TypeHOTP
}
}
}