Also fix the about page

This commit is contained in:
Carl Schwan 2020-06-02 01:11:05 +02:00
parent 966d64c74e
commit cb9bb84b6f
No known key found for this signature in database
GPG Key ID: 06B35D38387B67BE
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Kirigami.ApplicationWindow {
text: i18n("About")
iconName: "help-about-symbolic"
onTriggered: root.pageStack.push(aboutPage)
enabled: pageStack.currentItem.title !== i18n("About")
}
]
}