From a2688af2455b285128b430a935b729af44468e1b Mon Sep 17 00:00:00 2001 From: s_falahati Date: Thu, 10 Aug 2017 18:40:52 +0430 Subject: [PATCH] MenuItem 'Edit' removed from the ShellExtension --- .../HeliosExecutableMenuExtension.cs | 2 -- .../HeliosSteamUrlMenuExtension.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/HeliosDisplayManagement.ShellExtension/HeliosExecutableMenuExtension.cs b/HeliosDisplayManagement.ShellExtension/HeliosExecutableMenuExtension.cs index 3142a37..1e12fbe 100644 --- a/HeliosDisplayManagement.ShellExtension/HeliosExecutableMenuExtension.cs +++ b/HeliosDisplayManagement.ShellExtension/HeliosExecutableMenuExtension.cs @@ -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, diff --git a/HeliosDisplayManagement.ShellExtension/HeliosSteamUrlMenuExtension.cs b/HeliosDisplayManagement.ShellExtension/HeliosSteamUrlMenuExtension.cs index 24215a0..d7485da 100644 --- a/HeliosDisplayManagement.ShellExtension/HeliosSteamUrlMenuExtension.cs +++ b/HeliosDisplayManagement.ShellExtension/HeliosSteamUrlMenuExtension.cs @@ -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,