diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index bc368388c..a976a1711 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -20,8 +20,16 @@ Kirigami.ScrollablePage { qsTr("Credentials verified"), qsTr("No cloud mode")] - ColumnLayout { + Column { width: gridWidth + + TemplateSection { + id: sectionGeneral + title: qsTr("General settings") + isExpanded: true + + } + GridLayout { id: cloudSetting columns: 3 |