Optimizations

This commit is contained in:
ItsLemmy
2025-11-07 20:22:48 -05:00
parent fa61925982
commit a41ac4701f
4 changed files with 79 additions and 63 deletions
@@ -134,11 +134,10 @@ NBox {
}
}
RowLayout {
visible: !weatherReady
Layout.fillWidth: true
Layout.alignment: Qt.AlignHCenter
NBusyIndicator {}
Loader {
active: !weatherReady
Layout.alignment: Qt.AlignCenter
sourceComponent: NBusyIndicator {}
}
}
}