From d45eebf43a9b4649793374b2743974e13fbbec5c Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Thu, 27 May 2021 23:29:14 +0200 Subject: [PATCH] Do not push Settings and About to layers stack --- src/qml/main.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index 87aacc97..5c9b0631 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -99,14 +99,12 @@ Kirigami.ApplicationWindow { iconName: "settings-configure" pagePool: mainPagePool page: "qrc:/SettingsPage.qml" - useLayers: true }, Kirigami.PagePoolAction { text: i18n("About") iconName: "help-about-symbolic" pagePool: mainPagePool page: "qrc:/AboutPage.qml" - useLayers: true } ] }