PlayMacroAction rendering

This commit is contained in:
József Farkas
2016-06-25 14:24:07 +02:00
parent 71760289e2
commit 948060f9bf
4 changed files with 59 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ export class MapperService {
this.nameToFileName = new Map<string, string>();
this.nameToFileName.set('toggle', 'icon-kbd__fn--toggle');
this.nameToFileName.set('switch-keymap', 'icon-kbd__mod--switch-keymap');
this.nameToFileName.set('macro', 'icon-icon__macro');
}
}