diff options
Diffstat (limited to 'frontend/src/tabs-hook.ts')
| -rw-r--r-- | frontend/src/tabs-hook.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/tabs-hook.ts b/frontend/src/tabs-hook.ts index de03310e..b364712d 100644 --- a/frontend/src/tabs-hook.ts +++ b/frontend/src/tabs-hook.ts @@ -1,4 +1,4 @@ -import { afterPatch, sleep, unpatch } from 'decky-frontend-lib'; +import { QuickAccessTab, afterPatch, sleep, unpatch } from 'decky-frontend-lib'; import { memo } from 'react'; import Logger from './logger'; @@ -18,7 +18,7 @@ const isTabsArray = (tabs: any) => { }; interface Tab { - id: string; + id: QuickAccessTab | number; title: any; content: any; icon: any; |
