1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Fix toggling the news hiding the settings action

This commit is contained in:
Joshua Goins 2024-05-26 08:24:02 -04:00
parent 9fb38990e6
commit a73b559a96

View file

@ -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"))
}
}