flag -> isSwitch as per knub-command-manager update (via knub)
This commit is contained in:
parent
bdf44c32ff
commit
82c65ca44e
3 changed files with 7 additions and 7 deletions
|
@ -374,12 +374,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
{
|
||||
name: "case-sensitive",
|
||||
shortcut: "cs",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
},
|
||||
{
|
||||
name: "export",
|
||||
shortcut: "e",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
@ -558,12 +558,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
},
|
||||
{
|
||||
name: "bots",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
shortcut: "b",
|
||||
},
|
||||
{
|
||||
name: "has-invites",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
shortcut: "i",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue