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
|
@ -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: {
|
||||
|
|
|
@ -336,7 +336,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
},
|
||||
{
|
||||
name: "left",
|
||||
flag: true,
|
||||
isSwitch: true,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
|
@ -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
Reference in a new issue