dedup qml: move accessible properties to MyButton

This commit is contained in:
Justin Wang
2023-05-23 17:26:49 +02:00
committed by AT
parent eb6a7cca47
commit e3d6eb334b
6 changed files with 5 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ Dialog {
anchors.verticalCenter: label.verticalCenter
padding: 20
text: qsTr("Update")
Accessible.description: qsTr("Update to new version")
onClicked: {
if (!LLM.checkForUpdates())
checkForUpdatesError.open()