Merge pull request #94 from tomt610/feature/weather-foreground-option

feat: Add weather foreground option (experimental)
This commit is contained in:
Spicy Marinara
2026-01-11 19:33:14 +01:00
committed by GitHub
6 changed files with 31 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ export let extensionSettings = {
customSpotifyPrompt: '', // Custom Spotify prompt text (empty = use default)
enableDynamicWeather: true, // Enable dynamic weather effects based on Info Box weather field (v2: enabled by default)
weatherEffectsForeground: false, // Experimental: render weather effects in foreground (on top of chat)
dismissedHolidayPromo: false, // User dismissed the holiday promotion banner
showHtmlToggle: true, // Show Immersive HTML toggle in main panel
showDialogueColoringToggle: true, // Show Dialogue Coloring toggle in main panel (enabled by default)