Commit suggestion Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com>

986d33fcdd71222ffa2950fbc3446d3fbbd54d3d

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/scripts/sysprompt.js+1 -1
@@ -105,7 +105,7 @@ function toggleSystemPromptCallback(_args, state) {
105 }105 }
106106
107 const newState = isTrueBoolean(state);107 const newState = isTrueBoolean(state);
108 newState ? setSystemPromptStateCallback(true) : setSystemPromptStateCallback(false);108 setSystemPromptStateCallback(newState);
109 return String(power_user.sysprompt.enabled);109 return String(power_user.sysprompt.enabled);
110}110}
111111