mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Main page now uses Frame to change views when selecting items
Backgrounds unified Menu items can be disabled thanks to custom ListView control
This commit is contained in:
10
ModernKeePass/ViewModels/MainVm.cs
Normal file
10
ModernKeePass/ViewModels/MainVm.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using ModernKeePass.Models;
|
||||
|
||||
namespace ModernKeePass.ViewModels
|
||||
{
|
||||
public class MainVm
|
||||
{
|
||||
public ObservableCollection<MainMenuItem> MainMenuItems { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user