moved icon to macros page.

This commit is contained in:
sanjayk03-dev
2024-06-03 19:00:49 +05:30
parent cffc910791
commit b426c0ba9e
4 changed files with 7 additions and 5 deletions

View File

@@ -56,6 +56,9 @@ module.exports = {
initial_tab: function () {
return this.tab == 0;
},
downloadMacrosUrl() {
return '/api/macros/download/' + this.state.macros_list.map(item => item.file_name).join(',');
},
},
methods: {
open: function () {