Add 'Always Show Thought Bubble' setting

- New setting in Display Options to auto-expand thought bubble
- When enabled, thought bubble displays immediately without clicking icon
- Checkbox added to settings modal with descriptive help text
- Default is off to maintain current behavior
This commit is contained in:
Spicy_Marinara
2025-11-06 10:20:45 +01:00
parent ce811018b3
commit 43bcd14311
4 changed files with 27 additions and 3 deletions
+8
View File
@@ -181,6 +181,14 @@
Display character thoughts as overlay bubbles next to their messages
</small>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-always-show-bubble" />
<span>Always Show Thought Bubble</span>
</label>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;">
Auto-expand thought bubble without clicking the icon first
</small>
<label class="checkbox_label">
<input type="checkbox" id="rpg-toggle-animations" />
<span>Enable Animations</span>