diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-06-22 23:22:27 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-06-22 23:22:27 -0400 |
| commit | 9619c52720c97ef74842b15aa732dd0a8d6fb26a (patch) | |
| tree | ceb46763b919ef8b5f7ac2c0cc0522ad9b6c95b9 /frontend/src/tabs-hook.ts | |
| parent | 80b223180e9a5f86bb6f6a42fb4660862872f7ab (diff) | |
| download | decky-loader-9619c52720c97ef74842b15aa732dd0a8d6fb26a.tar.gz decky-loader-9619c52720c97ef74842b15aa732dd0a8d6fb26a.zip | |
add settings page with install from URL option
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; |
