summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 12:00:31 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 12:00:31 -0400
commit48ee73dae1bdecec47ccbaf5456be8c5937cb0fd (patch)
tree487b0829755b51216df418477173dbb88e9af269 /src/components/Content.tsx
parentda113f878447e0830d414bb90b79b9a03d8cedec (diff)
downloaddecky-lsfg-vk-48ee73dae1bdecec47ccbaf5456be8c5937cb0fd.tar.gz
decky-lsfg-vk-48ee73dae1bdecec47ccbaf5456be8c5937cb0fd.zip
new profile method workaround for sudo global use
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index b248313..613e722 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -5,9 +5,9 @@ import { useInstallationActions } from "../hooks/useInstallationActions";
import { StatusDisplay } from "./StatusDisplay";
import { InstallationButton } from "./InstallationButton";
import { ConfigurationSection } from "./ConfigurationSection";
-// import { UsageInstructions } from "./UsageInstructions";
+import { UsageInstructions } from "./UsageInstructions";
import { WikiButton } from "./WikiButton";
-// import { ClipboardButton } from "./ClipboardButton";
+import { ClipboardButton } from "./ClipboardButton";
import { PluginUpdateChecker } from "./PluginUpdateChecker";
import { ConfigurationData } from "../config/configSchema";
@@ -74,10 +74,10 @@ export function Content() {
/>
)}
- {/* <UsageInstructions config={config} /> */}
+ <UsageInstructions config={config} />
<WikiButton />
- {/* <ClipboardButton /> */}
+ <ClipboardButton />
{/* Plugin Update Checker */}
<PluginUpdateChecker />