Skip to content

Commit

Permalink
Move macros plugin to view tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Oct 3, 2024
1 parent a5455f9 commit 64b3855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/common/main/lib/controller/Plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64b3855

Please sign in to comment.