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",
|
name: "expand",
|
||||||
shortcut: "e",
|
shortcut: "e",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "hidden",
|
name: "hidden",
|
||||||
shortcut: "h",
|
shortcut: "h",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
extra: {
|
extra: {
|
||||||
|
|
|
@ -336,7 +336,7 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "left",
|
name: "left",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
|
@ -374,12 +374,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
{
|
{
|
||||||
name: "case-sensitive",
|
name: "case-sensitive",
|
||||||
shortcut: "cs",
|
shortcut: "cs",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "export",
|
name: "export",
|
||||||
shortcut: "e",
|
shortcut: "e",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
@ -558,12 +558,12 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bots",
|
name: "bots",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
shortcut: "b",
|
shortcut: "b",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "has-invites",
|
name: "has-invites",
|
||||||
flag: true,
|
isSwitch: true,
|
||||||
shortcut: "i",
|
shortcut: "i",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue