add privacy statement popup

This commit is contained in:
StroepWafel
2025-11-28 14:03:17 +10:30
parent f3f90ef2a8
commit d6025140fd
3 changed files with 120 additions and 18 deletions
+1
View File
@@ -30,6 +30,7 @@ export interface SettingsState {
subjectfilters: Record<string, any>;
transparencyEffects: boolean;
justupdated?: boolean;
privacyStatementShown?: boolean;
timeFormat?: string;
animations: boolean;
defaultPage: string;