Hid donations pages (need to implement 3rd party API)

This commit is contained in:
BONNEVILLE Geoffroy
2018-01-03 11:29:51 +01:00
parent abbff449c0
commit 047fca32bf

View File

@@ -107,14 +107,14 @@ namespace ModernKeePass.ViewModels
PageType = typeof(AboutPage), PageType = typeof(AboutPage),
Destination = destinationFrame, Destination = destinationFrame,
SymbolIcon = Symbol.Help SymbolIcon = Symbol.Help
}, }/*,
new MainMenuItemVm new MainMenuItemVm
{ {
Title = resource.GetResourceValue("MainMenuItemDonate"), Title = resource.GetResourceValue("MainMenuItemDonate"),
PageType = typeof(DonatePage), PageType = typeof(DonatePage),
Destination = destinationFrame, Destination = destinationFrame,
SymbolIcon = Symbol.Shop SymbolIcon = Symbol.Shop
} }*/
}; };
// Auto-select the Recent Items menu item if the conditions are met // Auto-select the Recent Items menu item if the conditions are met
SelectedItem = mainMenuItems.FirstOrDefault(m => m.IsSelected); SelectedItem = mainMenuItems.FirstOrDefault(m => m.IsSelected);