Fix about page broken
This commit is contained in:
@@ -127,7 +127,7 @@ Kirigami.ApplicationWindow {
|
|||||||
Kirigami.Action {
|
Kirigami.Action {
|
||||||
text: i18n("About Neochat")
|
text: i18n("About Neochat")
|
||||||
iconName: "help-about"
|
iconName: "help-about"
|
||||||
onTriggered: pushReplaceLayer("qrc:/imports/NeoChat/Page/AboutPage.qml")
|
onTriggered: pushReplaceLayer(aboutPage)
|
||||||
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
enabled: pageStack.layers.currentItem.title !== i18n("About")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user