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"
|
iconName: "settings-configure"
|
||||||
pagePool: mainPagePool
|
pagePool: mainPagePool
|
||||||
page: "qrc:/SettingsPage.qml"
|
page: "qrc:/SettingsPage.qml"
|
||||||
useLayers: true
|
|
||||||
},
|
},
|
||||||
Kirigami.PagePoolAction {
|
Kirigami.PagePoolAction {
|
||||||
text: i18n("About")
|
text: i18n("About")
|
||||||
iconName: "help-about-symbolic"
|
iconName: "help-about-symbolic"
|
||||||
pagePool: mainPagePool
|
pagePool: mainPagePool
|
||||||
page: "qrc:/AboutPage.qml"
|
page: "qrc:/AboutPage.qml"
|
||||||
useLayers: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue