diff options
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs index 81927608f..970d77b89 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs @@ -16,16 +16,16 @@ namespace Tango.FSE.UI.ViewModels { if (AuthenticationProvider.CurrentUser.HasPermission(Tango.BL.Enumerations.Permissions.FSE_RunFSE)) { - NavigationManager.MenuItems.Add(new NavigationMenuItem(() => - { - NavigationManager.NavigateTo<InternalModule>(nameof(AccountView)); - }) - { - Name = "Account", - Index = -1, - Description = "Manage your account details", - Image = ResourceHelper.GetImageFromResources("Images/Menu/account.png"), - }); + //NavigationManager.MenuItems.Add(new NavigationMenuItem(() => + //{ + // NavigationManager.NavigateTo<InternalModule>(nameof(AccountView)); + //}) + //{ + // Name = "Account", + // Index = -1, + // Description = "Manage your account details", + // Image = ResourceHelper.GetImageFromResources("Images/Menu/account.png"), + //}); NavigationManager.MenuItems.Add(new NavigationMenuItem(() => { @@ -38,16 +38,16 @@ namespace Tango.FSE.UI.ViewModels Image = ResourceHelper.GetImageFromResources("Images/Menu/events.png"), }); - NavigationManager.MenuItems.Add(new NavigationMenuItem(() => - { - NavigationManager.NavigateTo<InternalModule>(nameof(SettingsView)); - }) - { - Name = "Settings", - Index = 100, - Description = "Configuration of your Tango FSE", - Image = ResourceHelper.GetImageFromResources("Images/Menu/settings.png"), - }); + //NavigationManager.MenuItems.Add(new NavigationMenuItem(() => + //{ + // NavigationManager.NavigateTo<InternalModule>(nameof(SettingsView)); + //}) + //{ + // Name = "Settings", + // Index = 100, + // Description = "Configuration of your Tango FSE", + // Image = ResourceHelper.GetImageFromResources("Images/Menu/settings.png"), + //}); } } } |
