added pycharm module, chagned package version to 1.4.0 alph1, added 8 macros button
This commit is contained in:
@@ -220,6 +220,10 @@ script#control-view-template(type="text/x-template")
|
||||
:disabled="!true",v-bind:style="{ backgroundColor: config.macros[4].color }") {{config.macros[4].name}}
|
||||
button.macros-buttons(title="Click to run Macros 6", @click="runMacros(5)",
|
||||
:disabled="!true",v-bind:style="{ backgroundColor: config.macros[5].color }") {{config.macros[5].name}}
|
||||
button.macros-buttons(title="Click to run Macros 7", @click="runMacros(6)",
|
||||
:disabled="!true",v-bind:style="{ backgroundColor: config.macros[6].color }") {{config.macros[6].name}}
|
||||
button.macros-buttons(title="Click to run Macros 8", @click="runMacros(7)",
|
||||
:disabled="!true",v-bind:style="{ backgroundColor: config.macros[7].color }") {{config.macros[7].name}}
|
||||
|
||||
|
||||
.tabs
|
||||
|
||||
Reference in New Issue
Block a user