Skip to content

Commit

Permalink
Fix the z-ordering of the home button.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Treat <[email protected]>
  • Loading branch information
manyoso committed Dec 9, 2024
1 parent 7a1e60d commit d11fbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt4all-chat/qml/ChatView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d11fbb7

Please sign in to comment.