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),
Destination = destinationFrame,
SymbolIcon = Symbol.Help
},
}/*,
new MainMenuItemVm
{
Title = resource.GetResourceValue("MainMenuItemDonate"),
PageType = typeof(DonatePage),
Destination = destinationFrame,
SymbolIcon = Symbol.Shop
}
}*/
};
// Auto-select the Recent Items menu item if the conditions are met
SelectedItem = mainMenuItems.FirstOrDefault(m => m.IsSelected);