From cb9bb84b6f98d064766334062a10812abcc6bd36 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 2 Jun 2020 01:11:05 +0200 Subject: [PATCH] Also fix the about page --- src/qml/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/main.qml b/src/qml/main.qml index 5cdc8c97..7049b89e 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -43,6 +43,7 @@ Kirigami.ApplicationWindow { text: i18n("About") iconName: "help-about-symbolic" onTriggered: root.pageStack.push(aboutPage) + enabled: pageStack.currentItem.title !== i18n("About") } ] }