diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-19 12:14:37 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-19 12:14:37 -0400 |
| commit | 5da2f55200bf8edb0acdfb3bbcb821aef31c220d (patch) | |
| tree | 1d7bba55efbbd57e392df1cf420a1f4ec7462e0f /src | |
| parent | cb294a6cec4507e98fedc1b4d38f9c32102e354c (diff) | |
| download | decky-lsfg-vk-5da2f55200bf8edb0acdfb3bbcb821aef31c220d.tar.gz decky-lsfg-vk-5da2f55200bf8edb0acdfb3bbcb821aef31c220d.zip | |
hide updater for now, for store rev
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Content.tsx | 4 | ||||
| -rw-r--r-- | src/components/index.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 978f4ed..d3c04d3 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -13,7 +13,7 @@ import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; // import { ClipboardDisplay } from "./ClipboardDisplay"; -import { PluginUpdateChecker } from "./PluginUpdateChecker"; +// import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { NerdStuffModal } from "./NerdStuffModal"; import FlatpaksModal from "./FlatpaksModal"; import { ConfigurationData } from "../config/configSchema"; @@ -139,7 +139,7 @@ export function Content() { <ClipboardButton /> {/* Plugin Update Checker */} - <PluginUpdateChecker /> + {/* <PluginUpdateChecker /> */} {/* Show installation components at bottom when fully installed */} {isInstalled && ( diff --git a/src/components/index.ts b/src/components/index.ts index 50480be..260d192 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -8,7 +8,7 @@ export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { FgmodClipboardButton } from "./FgmodClipboardButton"; // export { ClipboardDisplay } from "./ClipboardDisplay"; -export { PluginUpdateChecker } from "./PluginUpdateChecker"; +// export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; export { default as FlatpaksModal } from "./FlatpaksModal"; export { ProfileManagement } from "./ProfileManagement"; |
