mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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:
parent
008f350dec
commit
59d72474d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue