diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-16 17:16:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 17:16:38 -0400 |
| commit | 2bdfa4541638383a097cd10276c3a601ec3c8428 (patch) | |
| tree | 5eaab7f419b277196ed4c22939ce0ea74555f4ce /src/components/Content.tsx | |
| parent | 44393f6e126c3dff196283a2079162e3eb9245a2 (diff) | |
| parent | 2811ba4e29cd27b5893fba676278f29b155068cb (diff) | |
| download | decky-lsfg-vk-2bdfa4541638383a097cd10276c3a601ec3c8428.tar.gz decky-lsfg-vk-2bdfa4541638383a097cd10276c3a601ec3c8428.zip | |
Merge pull request #31 from xXJSONDeruloXx/self-updater
non modal updater
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
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() { <WikiButton /> <ClipboardButton /> + + {/* Plugin Update Checker */} + <PluginUpdateChecker /> </PanelSection> ); } |
