fix: storage key conflict across stages

This commit is contained in:
Carlos Valente
2025-08-15 20:28:36 +02:00
committed by Carlos Valente
parent efceb930e5
commit 617da68ab5
5 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { create } from 'zustand';
import { booleanFromLocalStorage } from '../utils/localStorage';
enum LocalEventKeys {
Mirror = 'ontime-view-mirror',
Mirror = 'view-mirror',
}
type ViewOptionsStore = {