Move macros plugin to view tab

This commit is contained in:
Julia Radzhabova
2024-10-03 22:32:22 +03:00
parent a5455f9684
commit 64b3855172

View File

@ -922,6 +922,13 @@ define([
if (pluginVisible)
pluginVisible = me.checkPluginVersion(apiVersion, item.minVersion);
if (item.guid === "asc.{E6978D28-0441-4BD7-8346-82FAD68BCA3B}") {
item.tab = {
"id": "view",
"separator": true
}
}
var props = {
name : name,
guid: item.guid,