mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Fix toggling the news hiding the settings action
This commit is contained in:
parent
9fb38990e6
commit
a73b559a96
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue