diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 16:18:56 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-25 16:18:56 -0400 |
| commit | d73ef3cc7d248d7eba8bc4979d604cf500f2d232 (patch) | |
| tree | 58265f25ff34658134377d5ebc0351d925888a24 /src | |
| parent | 189c7b3ad25ec1cfc0fce22047a567786371ddce (diff) | |
| download | decky-lsfg-vk-d73ef3cc7d248d7eba8bc4979d604cf500f2d232.tar.gz decky-lsfg-vk-d73ef3cc7d248d7eba8bc4979d604cf500f2d232.zip | |
initial rename work
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/PluginUpdateChecker.tsx | 2 | ||||
| -rwxr-xr-x | src/index.tsx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/components/PluginUpdateChecker.tsx b/src/components/PluginUpdateChecker.tsx index d427c18..9fa2afb 100644 --- a/src/components/PluginUpdateChecker.tsx +++ b/src/components/PluginUpdateChecker.tsx @@ -152,7 +152,7 @@ export const PluginUpdateChecker: React.FC<PluginUpdateCheckerProps> = () => { <Focusable> 1. Go to Decky Loader settings <br />2. Click "Developer" tab - <br />3. Click "Uninstall" next to "Lossless Scaling" + <br />3. Click "Uninstall" next to "decky-lsfg-vk" <br />4. Click "Install from ZIP" <br />5. Select the downloaded file <br />6. Restart Steam or reload plugins diff --git a/src/index.tsx b/src/index.tsx index 785ecf5..070e853 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,13 +4,13 @@ import { GiPlasticDuck } from "react-icons/gi"; import { Content } from "./components"; export default definePlugin(() => { - console.log("Lossless Scaling plugin initializing"); + console.log("decky-lsfg-vk plugin initializing"); return { // The name shown in various decky menus - name: "Lossless Scaling", + name: "decky-lsfg-vk", // The element displayed at the top of your plugin's menu - titleView: <div className={staticClasses.Title}>Lossless Scaling</div>, + titleView: <div className={staticClasses.Title}>decky-lsfg-vk</div>, // Always render to retain state when panel is toggled alwaysRender: true, // The content of your plugin's menu @@ -19,7 +19,7 @@ export default definePlugin(() => { icon: <GiPlasticDuck />, // The function triggered when your plugin unloads onDismount() { - console.log("Lossless Scaling unloading"); + console.log("decky-lsfg-vk unloading"); } }; }); |
