♻️
This commit is contained in:
parent
5988c76757
commit
3e5e54bf9c
1 changed files with 1 additions and 4 deletions
5
app/src/types/index.d.ts
vendored
5
app/src/types/index.d.ts
vendored
|
@ -544,10 +544,7 @@ interface IPluginData {
|
|||
|
||||
interface IPluginDockTab {
|
||||
position: TPluginDockPosition,
|
||||
size: {
|
||||
width: number,
|
||||
height: number
|
||||
},
|
||||
size: Config.IUILayoutDockPanelSize,
|
||||
icon: string,
|
||||
hotkey?: string,
|
||||
title: string,
|
||||
|
|
Loading…
Add table
Reference in a new issue