summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
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