feat: Enable 'Show Thoughts in Chat' by default for new installs

This commit is contained in:
Spicy_Marinara
2025-10-14 14:24:37 +02:00
parent d98ecce5c3
commit 609a4b9e47
+1 -1
View File
@@ -14,7 +14,7 @@ let extensionSettings = {
showUserStats: true, showUserStats: true,
showInfoBox: true, showInfoBox: true,
showCharacterThoughts: true, showCharacterThoughts: true,
showThoughtsInChat: false, // Show thoughts overlay in chat showThoughtsInChat: true, // Show thoughts overlay in chat
enableHtmlPrompt: false, // Enable immersive HTML prompt injection enableHtmlPrompt: false, // Enable immersive HTML prompt injection
enablePlotButtons: true, // Show plot progression buttons above chat input enablePlotButtons: true, // Show plot progression buttons above chat input
panelPosition: 'right', // 'left', 'right', or 'top' panelPosition: 'right', // 'left', 'right', or 'top'