update: added encryption indicator on backup, share and api configs pages

This commit is contained in:
MrMirDan
2025-12-19 12:58:16 +02:00
parent d0bd28defb
commit 6426516365
4 changed files with 36 additions and 0 deletions
@@ -67,6 +67,15 @@ PageType {
headerText: qsTr("Back up your configuration")
descriptionText: qsTr("You can save your settings to a backup file to restore them the next time you install the application.")
}
EncryptionIndicator {
id: indicator
visible: SettingsController.isFileEncryptionEnabled()
textString: qsTr("Encryption enabled. Learn more")
iconPath: "qrc:/images/controls/lock-locked.svg"
}
}
model: 1 // fake model to force the ListView to be created without a model