diff --git a/qml/pages/SettingsPage.qml b/qml/pages/SettingsPage.qml index 335bf71..35cab1e 100644 --- a/qml/pages/SettingsPage.qml +++ b/qml/pages/SettingsPage.qml @@ -48,11 +48,19 @@ Page { Switch { text: "Ignora errori certificato SSL" - description: "Da attivare se il server usa un certificato autofirmato" checked: appSettings.ignoreSslErrors onCheckedChanged: appSettings.ignoreSslErrors = checked } + Label { + x: Theme.horizontalPageMargin + width: parent.width - 2 * Theme.horizontalPageMargin + text: "Da attivare se il server usa un certificato autofirmato" + color: Theme.secondaryColor + font.pixelSize: Theme.fontSizeSmall + wrapMode: Text.Wrap + } + SectionHeader { text: "Connessione" } Button {