From 80456c51dd329941d26fdd58e0c7136b35409d5e Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 11 Jul 2025 10:38:55 -0400 Subject: update names and text --- src/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 7f6b957..8465426 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -205,7 +205,7 @@ function Content() {
• LSFG_MULTIPLIER=2-4 - FPS multiplier (start with 2)
- • LSFG_FLOW_SCALE=1.0 - Flow scale (optional, for performance) + • LSFG_FLOW_SCALE=0.1-1.0 - Flow scale (optional, for performance) @@ -214,20 +214,20 @@ function Content() { }; export default definePlugin(() => { - console.log("lsfg-vk Installer plugin initializing") + console.log("Lossless Scaling plugin initializing") return { // The name shown in various decky menus name: "Lossless Scaling", // The element displayed at the top of your plugin's menu - titleView:
lsfg-vk Installer
, + titleView:
Lossless Scaling
, // The content of your plugin's menu content: , // The icon displayed in the plugin list icon: , // The function triggered when your plugin unloads onDismount() { - console.log("lsfg-vk Installer unloading") + console.log("Lossless Scaling unloading") }, }; }); -- cgit v1.2.3