feat: add default page option

This commit is contained in:
sethburkart123
2024-06-24 11:09:44 +10:00
parent 188759b59d
commit dc11997b96
11 changed files with 53 additions and 50 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface SettingsState {
justupdated?: boolean;
timeFormat?: string;
animations: boolean;
defaultPage: string;
}
interface ToggleItem {