Fix build without E2EE

This commit is contained in:
Tobias Fella
2022-09-24 15:27:19 +02:00
parent 917f77152d
commit b79956871f
3 changed files with 5 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ Kirigami.ScrollablePage {
}
Controls.ToolButton {
display: Controls.AbstractButton.IconOnly
visible: Controller.encryptionSupported
action: Kirigami.Action {
text: i18n("Verify device")
iconName: "security-low-symbolic"