Merge privacy settings
This commit is contained in:
parent
8d6d88de5f
commit
ca94e7971b
2 changed files with 12 additions and 16 deletions
|
@ -518,6 +518,16 @@ Page {
|
|||
|
||||
}
|
||||
|
||||
TextSwitch {
|
||||
checked: appSettings.allowInlineBotLocationAccess
|
||||
text: qsTr("Allow sending Location to inline bots")
|
||||
description: qsTr("Some inline bots request location data when using them")
|
||||
automaticCheck: false
|
||||
onClicked: {
|
||||
appSettings.allowInlineBotLocationAccess = !checked
|
||||
}
|
||||
}
|
||||
|
||||
SectionHeader {
|
||||
text: qsTr("Behavior")
|
||||
}
|
||||
|
@ -680,20 +690,6 @@ Page {
|
|||
}
|
||||
}
|
||||
|
||||
SectionHeader {
|
||||
text: qsTr("Privacy")
|
||||
}
|
||||
|
||||
TextSwitch {
|
||||
checked: appSettings.allowInlineBotLocationAccess
|
||||
text: qsTr("Allow sending Location to inline bots")
|
||||
description: qsTr("Some inline bots request location data when using them")
|
||||
automaticCheck: false
|
||||
onClicked: {
|
||||
appSettings.allowInlineBotLocationAccess = !checked
|
||||
}
|
||||
}
|
||||
|
||||
SectionHeader {
|
||||
text: qsTr("Storage")
|
||||
}
|
||||
|
|
|
@ -1311,7 +1311,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Shown when the user selects a wrong answer.</source>
|
||||
<translation>Mostra quando l'utente sceglie una risposta errata.</translation>
|
||||
<translation>Mostra quando l'utente sceglie una risposta errata.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>An explanation can be up to 200 characters long.</source>
|
||||
|
@ -1640,7 +1640,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>When sounds are enabled, Fernschreiber will use the current Sailfish OS notification sound for chats, which can be configured in the system settings.</source>
|
||||
<translation>Quando i suoni di notifica sono attivi, Fernschreiber utilizza l'attuale suono di notifica per i messaggi scelto per Sailfish OS, il quale può essere modificato dalle impostazioni di sistema.</translation>
|
||||
<translation>Quando i suoni di notifica sono attivi, Fernschreiber utilizza l'attuale suono di notifica per i messaggi scelto per Sailfish OS, il quale può essere modificato dalle impostazioni di sistema.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in a new issue