mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 23:55:02 +00:00
flag -> isSwitch as per knub-command-manager update (via knub)
This commit is contained in:
parent
42b0f9d807
commit
abb614da0b
3 changed files with 7 additions and 7 deletions
|
@ -1489,12 +1489,12 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
{
|
||||
name: "expand",
|
||||
shortcut: "e",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
},
|
||||
{
|
||||
name: "hidden",
|
||||
shortcut: "h",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
},
|
||||
],
|
||||
extra: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue