This commit is contained in:
SteVen Batten
2020-10-16 16:16:50 -07:00
parent d6a1592e23
commit 979f9f73b3
2 changed files with 4 additions and 4 deletions

View File

@@ -129,8 +129,8 @@ export abstract class Command {
command: {
id: this.id,
title: item.title,
icon: item.icon
// precondition: this.precondition
icon: item.icon,
precondition: this.precondition
},
when: item.when,
order: item.order