mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
MenuItem 'Edit' removed from the ShellExtension
This commit is contained in:
parent
6e704ca74d
commit
a2688af245
@ -49,8 +49,6 @@ namespace HeliosDisplayManagement.ShellExtension
|
||||
HeliosDisplayManagement.Open(HeliosStartupAction.SwitchProfile, profile,
|
||||
SelectedItemPaths.FirstOrDefault(), true)));
|
||||
profileMenu.DropDownItems.Add(new ToolStripSeparator());
|
||||
profileMenu.DropDownItems.Add(new ToolStripMenuItem(Language.Edit, null,
|
||||
(sender, args) => HeliosDisplayManagement.Open(HeliosStartupAction.EditProfile, profile)));
|
||||
profileMenu.DropDownItems.Add(new ToolStripMenuItem(Language.Create_Shortcut, Properties.Resources.Shortcut_x16,
|
||||
(sender, args) =>
|
||||
HeliosDisplayManagement.Open(HeliosStartupAction.CreateShortcut, profile,
|
||||
|
@ -47,8 +47,6 @@ namespace HeliosDisplayManagement.ShellExtension
|
||||
HeliosDisplayManagement.OpenSteamGame(HeliosStartupAction.SwitchProfile, profile,
|
||||
appId)));
|
||||
profileMenu.DropDownItems.Add(new ToolStripSeparator());
|
||||
profileMenu.DropDownItems.Add(new ToolStripMenuItem(Language.Edit, null,
|
||||
(sender, args) => HeliosDisplayManagement.Open(HeliosStartupAction.EditProfile, profile)));
|
||||
profileMenu.DropDownItems.Add(new ToolStripMenuItem(Language.Create_Shortcut, Properties.Resources.Shortcut_x16,
|
||||
(sender, args) =>
|
||||
HeliosDisplayManagement.OpenSteamGame(HeliosStartupAction.CreateShortcut, profile,
|
||||
|
Loading…
Reference in New Issue
Block a user