Skip to content

Beta 5 - Hotkey to toggle the thumbnails bar stopped working #1639

Answered by d2phap
GaryAtlan82 asked this question in Q&A
Discussion options

You must be logged in to vote

Some of the menu are renamed in beta 5 to sync up with the display name, you can use MnuToggleGallery for the Gallery (thumbnail bar)

You can find all menu names here, start with Mnu prefix:

MnuFile = new ToolStripMenuItem();
MnuOpenFile = new ToolStripMenuItem();
MnuNewWindow = new ToolStripMenuItem();
MnuSave = new ToolStripMenuItem();
MnuSaveAs = new ToolStripMenuItem();
toolStripMenuItem10 = new ToolStripSeparator();
MnuOpenWith = new ToolStripMenuItem();
MnuEdit = new ToolStripMenuItem();
MnuPrint = new ToolStripMenuItem();
MnuShare = new ToolStripMenuItem();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GaryAtlan82
Comment options

Answer selected by GaryAtlan82
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