mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 18:51:59 +00:00
add settings page with install from URL option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user