mirror of https://github.com/KDE/kasts.git
Do not push Settings and About to layers stack
This commit is contained in:
parent
e4cda46a34
commit
d45eebf43a
|
@ -99,14 +99,12 @@ Kirigami.ApplicationWindow {
|
|||
iconName: "settings-configure"
|
||||
pagePool: mainPagePool
|
||||
page: "qrc:/SettingsPage.qml"
|
||||
useLayers: true
|
||||
},
|
||||
Kirigami.PagePoolAction {
|
||||
text: i18n("About")
|
||||
iconName: "help-about-symbolic"
|
||||
pagePool: mainPagePool
|
||||
page: "qrc:/AboutPage.qml"
|
||||
useLayers: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue