SettingsPage: Switch non ha description in Silica (era la causa di 'Impossibile caricare la pagina'); hint spostato in Label
This commit is contained in:
@@ -48,11 +48,19 @@ Page {
|
|||||||
|
|
||||||
Switch {
|
Switch {
|
||||||
text: "Ignora errori certificato SSL"
|
text: "Ignora errori certificato SSL"
|
||||||
description: "Da attivare se il server usa un certificato autofirmato"
|
|
||||||
checked: appSettings.ignoreSslErrors
|
checked: appSettings.ignoreSslErrors
|
||||||
onCheckedChanged: appSettings.ignoreSslErrors = checked
|
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" }
|
SectionHeader { text: "Connessione" }
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
|||||||
Reference in New Issue
Block a user