From a73b559a96809cfeaa0a05aaede1b4da8d2313fc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 26 May 2024 08:24:02 -0400 Subject: [PATCH] Fix toggling the news hiding the settings action --- launcher/ui/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/Main.qml b/launcher/ui/Main.qml index 1b42c1a..589968a 100644 --- a/launcher/ui/Main.qml +++ b/launcher/ui/Main.qml @@ -131,7 +131,7 @@ Kirigami.ApplicationWindow { function onShowNewsChanged() { // workaround annoying Qt layout bug // TODO: see if this changed in Qt7 - appWindow.pageStack.layers.replace(Qt.createComponent("zone.xiv.astra", "MainPage")) + appWindow.pageStack.replace(Qt.createComponent("zone.xiv.astra", "MainPage")) } }