From 2811ba4e29cd27b5893fba676278f29b155068cb Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 16 Jul 2025 17:11:00 -0400 Subject: non modal updater --- src/components/Content.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Content.tsx') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index ba651d4..ea3f3c1 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -8,6 +8,7 @@ import { ConfigurationSection } from "./ConfigurationSection"; import { UsageInstructions } from "./UsageInstructions"; import { WikiButton } from "./WikiButton"; import { ClipboardButton } from "./ClipboardButton"; +import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { ConfigurationData } from "../config/configSchema"; export function Content() { @@ -77,6 +78,9 @@ export function Content() { + + {/* Plugin Update Checker */} + ); } -- cgit v1.2.3