summaryrefslogtreecommitdiff
path: root/frontend/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.tsx')
-rw-r--r--frontend/src/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx
index f8e1df31..eafa9616 100644
--- a/frontend/src/index.tsx
+++ b/frontend/src/index.tsx
@@ -56,6 +56,7 @@ declare global {
if (!window.DeckyPluginLoader.hasPlugin(plugin.name))
window.DeckyPluginLoader?.importPlugin(plugin.name, plugin.version);
}
+
window.DeckyPluginLoader.checkPluginUpdates();
};