mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 10:30:29 +00:00
Fix state issues with reloading model.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -463,7 +463,7 @@ Window {
|
||||
|
||||
MyMiniButton {
|
||||
id: ejectButton
|
||||
visible: currentChat.isModelLoaded
|
||||
visible: currentChat.isModelLoaded && !window.isCurrentlyLoading
|
||||
z: 500
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 50
|
||||
|
Reference in New Issue
Block a user