Skip to content

Commit

Permalink
Add code for run macros
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Dec 5, 2024
1 parent 3b65851 commit c844b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/view/MacrosDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ define([], function () {
this.listFunctions && this.listFunctions.deselectAll();
},
onRunMacros: function() {
console.log('Run');
this.api.callCommand(this._state.currentValue);
},
onMakeAutostartMacros: function() {
if(!this._state.macrosItemMenuOpen) return;
Expand Down

0 comments on commit c844b9a

Please sign in to comment.