mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 21:22:01 +00:00
Merge branch 'main' into aa/type-cleanup-py
This commit is contained in:
@@ -38,7 +38,8 @@ export async function getStore(): Promise<Store> {
|
|||||||
|
|
||||||
export async function getPluginList(): Promise<StorePlugin[]> {
|
export async function getPluginList(): Promise<StorePlugin[]> {
|
||||||
let version = await window.DeckyPluginLoader.updateVersion();
|
let version = await window.DeckyPluginLoader.updateVersion();
|
||||||
let store = await getSetting<Store | null>('store', null);
|
let store = await getSetting<Store>('store', null);
|
||||||
|
|
||||||
let customURL = await getSetting<string>('store-url', 'https://plugins.deckbrew.xyz/plugins');
|
let customURL = await getSetting<string>('store-url', 'https://plugins.deckbrew.xyz/plugins');
|
||||||
let storeURL;
|
let storeURL;
|
||||||
if (store === null) {
|
if (store === null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user