-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.html
More file actions
22 lines (19 loc) · 1.06 KB
/
Copy pathsettings.html
File metadata and controls
22 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id="beholder_settings">
<div class="inline-drawer">
<div class="inline-drawer-toggle inline-drawer-header">
<b>Beholder</b>
<div class="inline-drawer-icon fa-solid fa-circle-chevron-down down"></div>
</div>
<div class="inline-drawer-content">
<label class="checkbox_label bh-settings-main-toggle" for="beholder_enabled">
<input id="beholder_enabled" type="checkbox" />
<span><b>Enabled</b> — process new AI messages and inject state</span>
</label>
<label class="checkbox_label" for="beholder_show_panel">
<input id="beholder_show_panel" type="checkbox" />
<span><b>Show the floating panel</b> — re-check to bring it back if you've closed it</span>
</label>
<small class="bh-help">Everything else — connection, display, extraction, and privacy/debug — now lives <b>in the floating panel</b>: open it and use the <b>⚙ Settings</b> button in its top bar.</small>
</div>
</div>
</div>