add settings page with install from URL option

This commit is contained in:
AAGaming
2022-06-22 23:22:27 -04:00
parent 80b223180e
commit 9619c52720
11 changed files with 152 additions and 70 deletions
+2 -2
View File
@@ -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;