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>
This commit is contained in:
jan Iversen 2020-01-16 11:20:12 +01:00 committed by Dirk Hohndel
parent 008f350dec
commit 59d72474d6

View file

@ -387,7 +387,7 @@ Kirigami.ScrollablePage {
inputMethodHints: Qt.ImhNoPredictiveText inputMethodHints: Qt.ImhNoPredictiveText
Layout.fillWidth: true Layout.fillWidth: true
onActivated: { onActivated: {
PrefGeneral.default_cylinder = defaultCylinderBox.currentText PrefEquipment.default_cylinder = defaultCylinderBox.currentText
} }
} }
} }