Skip to content

DisabledMenus in igconfig.admin.json? #1947

Answered by d2phap
VDI-Bob asked this question in Q&A
Discussion options

You must be logged in to vote

You can create igconfig.admin.json file with only the DisabledMenus setting:

{
  "_Metadata": {
    "Description": "ImageGlass configuration file",
    "Version": 9.1
  },
  "DisabledMenus": [
    .............
  ]
}

For ImageGlass 9, you should use the menu names (start with Mnu prefix) here. Although I will try not to change the menu names as well as the ImageGlass API methods (begins with IG_), you can find the updated menu names in FrmMain.Designer.cs file.

public ToolStripMenuItem MnuNavigation;
public ToolStripMenuItem MnuZoom;
public ToolStripMenuItem MnuImage;
public ToolStrip…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by VDI-Bob
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants