v3.0.1 - Fix thought bubble editing persistence

This commit is contained in:
Spicy_Marinara
2026-01-07 20:25:49 +01:00
parent 93327e4416
commit 718d45095d
5 changed files with 45 additions and 7 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ export function getSettingsModal() {
* Checks if user has already seen this version's welcome screen
*/
export function showWelcomeModalIfNeeded() {
const WELCOME_VERSION = '3.0.0';
const WELCOME_VERSION = '3.0.1';
const STORAGE_KEY = 'rpg_companion_welcome_seen';
try {