Add title and icon to setting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
f12aa5d88f
commit
e682304747
1 changed files with 4 additions and 1 deletions
|
@ -119,7 +119,10 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
Kirigami.BasicListItem {
|
||||
text: i18n("Settings")
|
||||
onClicked: pageStack.pushDialogLayer('qrc:/qml/Settings.qml');
|
||||
icon: "settings-configure"
|
||||
onClicked: pageStack.pushDialogLayer('qrc:/qml/Settings.qml', {}, {
|
||||
title: i18n("Settings"),
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue