mirror of
https://github.com/KDE/kasts.git
synced 2024-12-25 16:02:54 +01:00
Also fix the about page
This commit is contained in:
parent
966d64c74e
commit
cb9bb84b6f
@ -43,6 +43,7 @@ Kirigami.ApplicationWindow {
|
|||||||
text: i18n("About")
|
text: i18n("About")
|
||||||
iconName: "help-about-symbolic"
|
iconName: "help-about-symbolic"
|
||||||
onTriggered: root.pageStack.push(aboutPage)
|
onTriggered: root.pageStack.push(aboutPage)
|
||||||
|
enabled: pageStack.currentItem.title !== i18n("About")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user