v3.0.1 - Fix thought bubble editing persistence
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user