mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Hid donations pages (need to implement 3rd party API)
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user