feat: improve devMode to have hidden menu items

This commit is contained in:
sethburkart123
2024-07-02 21:50:22 +10:00
parent 6c7342400e
commit 74933a778c
5 changed files with 77 additions and 48 deletions
+1
View File
@@ -36,6 +36,7 @@ export interface SettingsState {
timeFormat?: string;
animations: boolean;
defaultPage: string;
devMode?: boolean;
}
interface ToggleItem {