mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
||||
Layout.fillWidth: true
|
||||
onActivated: {
|
||||
PrefGeneral.default_cylinder = defaultCylinderBox.currentText
|
||||
PrefEquipment.default_cylinder = defaultCylinderBox.currentText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue