Skip to content

Commit 31b262c

Browse files
author
prima
committed
fix: Toggling agent clearing settings
1 parent 0458872 commit 31b262c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

klite.embd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29178,6 +29178,7 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
2917829178
let toggleAgent = () => {
2917929179
populate_regex_replacers()
2918029180

29181+
display_settings()
2918129182
document.getElementById("agentBehaviour").checked = !document.getElementById("agentBehaviour").checked
2918229183
if (!document.getElementById("agentBehaviour").checked)
2918329184
{

0 commit comments

Comments
 (0)