mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:43:24 +00:00
QML UI: change auto cloud sync menu texts
This way the menu items describe what happens when you tap on that menu item. That seems more consistent and intuitive. See #1204 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e10b252153
commit
6b9a1f3850
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ Kirigami.ApplicationWindow {
|
|||
icon {
|
||||
name: syncToCloud ? "icons/ic_cloud_off.svg" : "icons/ic_cloud_done.svg"
|
||||
}
|
||||
text: syncToCloud ? qsTr("Offline mode") : qsTr("Auto cloud sync enabled")
|
||||
text: syncToCloud ? qsTr("Disable auto cloud sync") : qsTr("Enable auto cloud sync")
|
||||
enabled: manager.credentialStatus !== QMLManager.CS_NOCLOUD
|
||||
onTriggered: {
|
||||
syncToCloud = !syncToCloud
|
||||
|
|
Loading…
Add table
Reference in a new issue