mirror of
https://github.com/KDE/kasts.git
synced 2025-02-04 03:07:44 +01:00
fix: Multiples settings page
This commit is contained in:
parent
8163a4cd6d
commit
966d64c74e
@ -37,6 +37,7 @@ Kirigami.ApplicationWindow {
|
|||||||
text: i18n("Settings")
|
text: i18n("Settings")
|
||||||
iconName: "settings-configure"
|
iconName: "settings-configure"
|
||||||
onTriggered: pageStack.push("qrc:/SettingsPage.qml", {"settings": _settings})
|
onTriggered: pageStack.push("qrc:/SettingsPage.qml", {"settings": _settings})
|
||||||
|
enabled: pageStack.currentItem.title !== i18n("Settings")
|
||||||
},
|
},
|
||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: i18n("About")
|
text: i18n("About")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user