summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-17 23:51:05 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-17 23:51:05 -0400
commitf74ce82fcebdcb11c190a1652277f8e08d9590f4 (patch)
tree31d44cf5f80f2c8b16b229ca0672599f5f02cc1f /src/index.tsx
parenta921fc8168e13934bdfe6d159aee14ee2651949e (diff)
downloaddecky-lsfg-vk-f74ce82fcebdcb11c190a1652277f8e08d9590f4.tar.gz
decky-lsfg-vk-f74ce82fcebdcb11c190a1652277f8e08d9590f4.zip
persist plugin state
Diffstat (limited to 'src/index.tsx')
-rwxr-xr-xsrc/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx
index e8ab56f..785ecf5 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -11,6 +11,8 @@ export default definePlugin(() => {
name: "Lossless Scaling",
// The element displayed at the top of your plugin's menu
titleView: <div className={staticClasses.Title}>Lossless Scaling</div>,
+ // Always render to retain state when panel is toggled
+ alwaysRender: true,
// The content of your plugin's menu
content: <Content />,
// The icon displayed in the plugin list