From 8c8cf180fad2ad6951ad7ce6b74e6c163fa01d18 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 14 Jul 2022 22:51:55 -0400 Subject: Updater for decky-loader (#117) * Add an updater in settings for decky-loader * add chmod * remove junk comments --- frontend/src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/index.tsx') diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 5cf2ed14..364ccb1b 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -1,8 +1,10 @@ import PluginLoader from './plugin-loader'; +import { DeckyUpdater } from './updater'; declare global { interface Window { DeckyPluginLoader: PluginLoader; + DeckyUpdater?: DeckyUpdater; importDeckyPlugin: Function; syncDeckyPlugins: Function; } -- cgit v1.2.3