From 9619c52720c97ef74842b15aa732dd0a8d6fb26a Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 22 Jun 2022 23:22:27 -0400 Subject: add settings page with install from URL option --- frontend/src/tabs-hook.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/tabs-hook.ts') 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; -- cgit v1.2.3