font size changer and updates (#1322)

This commit is contained in:
Lakshay Kansal
2023-08-07 13:54:13 -04:00
committed by GitHub
parent c449b71b56
commit 0f2bb506a8
20 changed files with 175 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ MyDialog {
bottomPadding: 20
text: qsTr("New version is available:")
color: theme.textColor
font.pixelSize: theme.fontSizeLarge
}
MyButton {
@@ -42,6 +43,7 @@ MyDialog {
anchors.verticalCenter: label.verticalCenter
padding: 20
text: qsTr("Update")
font.pixelSize: theme.fontSizeLarge
Accessible.description: qsTr("Update to new version")
onClicked: {
if (!LLM.checkForUpdates())