diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/components/Content.tsx | 4 | ||||
| -rw-r--r-- | src/components/index.ts | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 4cc6b40..ee49d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-lsfg-vk", - "version": "0.11.2", + "version": "0.11.3", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { diff --git a/src/components/Content.tsx b/src/components/Content.tsx index d3c04d3..6efa8e2 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -135,8 +135,8 @@ export function Content() { <UsageInstructions config={config} /> {/* Wiki and clipboard buttons - always available for documentation */} - <WikiButton /> - <ClipboardButton /> + {/* <WikiButton /> */} + {/* <ClipboardButton /> */} {/* Plugin Update Checker */} {/* <PluginUpdateChecker /> */} diff --git a/src/components/index.ts b/src/components/index.ts index 260d192..65a3252 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -4,7 +4,7 @@ export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; export { FpsMultiplierControl } from "./FpsMultiplierControl"; export { UsageInstructions } from "./UsageInstructions"; -export { WikiButton } from "./WikiButton"; +// export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { FgmodClipboardButton } from "./FgmodClipboardButton"; // export { ClipboardDisplay } from "./ClipboardDisplay"; |
