Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 1abb58d

Browse files
enable theme settings window
1 parent a091c75 commit 1abb58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/command/DefaultMenus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ define(function (require, exports, module) {
118118
* View menu
119119
*/
120120
menu = Menus.addMenu(Strings.VIEW_MENU, Menus.AppMenuBar.VIEW_MENU);
121-
//menu.addMenuItem(Commands.CMD_THEMES_OPEN_SETTINGS);
122-
//menu.addMenuDivider();
121+
menu.addMenuItem(Commands.CMD_THEMES_OPEN_SETTINGS);
122+
menu.addMenuDivider();
123123
//menu.addMenuItem(Commands.CMD_SPLITVIEW_NONE);
124124
//menu.addMenuItem(Commands.CMD_SPLITVIEW_VERTICAL);
125125
//menu.addMenuItem(Commands.CMD_SPLITVIEW_HORIZONTAL);

0 commit comments

Comments
 (0)