-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix new project feature flagging (#2611)
* fix feature flagging of New Project feature The feature flag was only disabling the menu item in File > New Project, New > New Project, and via the Command Palette, but not in customFolderMenu > New Project. It may be confusing to users why the option is greyed out, so I've tried to remove the New Project option from the relevant menus except when in a development context. The exception is the File > New Project action, which I can only disable (greyed out) and haven't figured out how to remove the option entirely. * describe where the New Project action is being disabled This also includes disabling the New Project action in the app action bar within the File menu. * simplify conditional rendering of New Project custom folder menu item
- Loading branch information
1 parent
f943fb9
commit af3037f
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters