summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-16 11:20:12 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-17 08:51:04 -0800
commit59d72474d687a2d35517d804c7af4de7ae0b63af (patch)
tree4c1a5eb98806264ab2e0ddd30dfb5d68c754016b /mobile-widgets
parent008f350dec50c3d33f566c4a282ea2e22382fc6c (diff)
downloadsubsurface-59d72474d687a2d35517d804c7af4de7ae0b63af.tar.gz
mobile-widgets/qml: change PrefGeneral -> PrefEquipment
default_cylinder was moved from PrefGeneral to PrefEquipment, but Settings was not updated update Settings. Signed-off-by: jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml
index 60aeefd2f..0af963799 100644
--- a/mobile-widgets/qml/Settings.qml
+++ b/mobile-widgets/qml/Settings.qml
@@ -387,7 +387,7 @@ Kirigami.ScrollablePage {
inputMethodHints: Qt.ImhNoPredictiveText
Layout.fillWidth: true
onActivated: {
- PrefGeneral.default_cylinder = defaultCylinderBox.currentText
+ PrefEquipment.default_cylinder = defaultCylinderBox.currentText
}
}
}