From 3e5e54bf9ce4533b9ba881474fa4159879810624 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 19 May 2024 22:09:47 +0800 Subject: [PATCH] :recycle: --- app/src/types/index.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 3a6d0125f..92d21ef83 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -544,10 +544,7 @@ interface IPluginData { interface IPluginDockTab { position: TPluginDockPosition, - size: { - width: number, - height: number - }, + size: Config.IUILayoutDockPanelSize, icon: string, hotkey?: string, title: string,