diff --git a/src/contents/ui/main.qml b/src/contents/ui/main.qml index 03ee5c8..1a26057 100644 --- a/src/contents/ui/main.qml +++ b/src/contents/ui/main.qml @@ -83,6 +83,7 @@ Kirigami.ApplicationWindow { Layout.alignment: Qt.AlignRight|Qt.AlignVCenter Layout.columnSpan: 2 text: "Refresh" + visible: model.type == Account.TypeHOTP } } }