diff --git a/defaults/docs/Overview.md b/defaults/docs/Overview.md index b8c3a4d..ec7190e 100644 --- a/defaults/docs/Overview.md +++ b/defaults/docs/Overview.md @@ -19,6 +19,8 @@ These docs serve as a reference for questions you may have, and a guide for help * What is a tab, parts of a tab, and default vs custom. * Filters * What are filters, descriptions/tips for each, and examples. +* Tab Profiles + * User made groups of tabs that can be swapped out on the fly. * The Fix System * TabMaster's system for handling changes that could potentially break it. diff --git a/defaults/docs/Tab_Profiles.md b/defaults/docs/Tab_Profiles.md new file mode 100644 index 0000000..e69de29 diff --git a/src/components/docs/DocsRouter.tsx b/src/components/docs/DocsRouter.tsx index 51f8b90..7ec358b 100644 --- a/src/components/docs/DocsRouter.tsx +++ b/src/components/docs/DocsRouter.tsx @@ -43,6 +43,7 @@ export const DocsRouter: VFC = ({ docs }) => { docPages["Overview"], docPages["Tabs"], docPages["Filters"], + docPages["Tab Profiles"], docPages["The Fix System"] ]} /> diff --git a/src/state/TabMasterManager.tsx b/src/state/TabMasterManager.tsx index 13fae50..42b7347 100644 --- a/src/state/TabMasterManager.tsx +++ b/src/state/TabMasterManager.tsx @@ -9,7 +9,7 @@ import { LogController } from "../lib/controllers/LogController"; import { PresetName, PresetOptions, getPreset } from '../presets/presets'; import { MicroSDeckInterop } from '../lib/controllers/MicroSDeckInterop'; import { TabErrorController } from '../lib/controllers/TabErrorController'; -import { TabProfileDictionary, TabProfileManager } from './TabProfileManager'; +import { TabProfileManager } from './TabProfileManager'; /** * Converts a list of filters into a 1D array.