removed test code

This commit is contained in:
antelle 2021-06-14 21:09:38 +02:00
parent 518b34873b
commit d2d58e675a
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export const GroupPanel: FunctionComponent = () => {
enableSearching: group.getEffectiveEnableSearching(),
icon: group.icon ?? 'folder',
customIcon: group.customIcon,
canAutoType: !Launcher,
canAutoType: !!Launcher,
autoTypeEnabled: group.getEffectiveEnableAutoType(),
autoTypeSeq,
autoTypeSeqInvalid,