Fix the z-ordering of the home button. (#3246)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
AT
2024-12-09 18:27:53 -05:00
committed by GitHub
parent ca08174a03
commit 5878f7fe01
2 changed files with 2 additions and 0 deletions

View File

@@ -668,6 +668,7 @@ Rectangle {
id: homePage
color: "transparent"
anchors.fill: parent
z: 200
visible: !currentChat.isModelLoaded && (ModelList.selectableModels.count === 0 || currentModelName() === "") && !currentChat.isServer
ColumnLayout {