Skip to content

Commit

Permalink
increase timeout, make settings closed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sid597 committed Mar 3, 2024
1 parent 395718c commit 215ae0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ui/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
(doseq [match (get-matches node "bp3-button" "BUTTON")]
(js/setTimeout
(fn [] (load-ui match))
250)))))))
270)))))))

(defn start-observing []
(let [observer (js/MutationObserver. mutation-callback)]
Expand Down
1 change: 1 addition & 0 deletions src/main/ui/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@

(def settings-struct
{:s "Settings"
:op false
:c [{:s "Token count"
:c [{:s "0"}]}
{:s "Model"
Expand Down

0 comments on commit 215ae0d

Please sign in to comment.