Add settings for custom backgrounds and allow users to set image and video backgrounds

This commit is contained in:
SethBurkart123
2024-04-05 10:21:28 +11:00
parent a94cccc4ab
commit a66f5775a6
6 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export interface SettingsState {
DarkMode: boolean;
theme: string;
selectedTheme: string;
animatedbk: boolean;
bksliderinput: string;
customshortcuts: CustomShortcut[];