feat: improved sensitive content hider (dev)

This commit is contained in:
SethBurkart123
2025-06-23 12:33:37 +10:00
parent c7d9e1d955
commit 964a026e7a
6 changed files with 231 additions and 8 deletions
+1
View File
@@ -37,6 +37,7 @@ export interface SettingsState {
originalDarkMode?: boolean;
newsSource?: string;
mockNotices?: boolean;
hideSensitiveContent?: boolean;
// depreciated keys
animatedbk: boolean;