mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
WIP DeleteCommand
WIP DataContexts binding (Main and Settings are broken)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ModernKeePass.Views
|
||||
/// </summary>
|
||||
public sealed partial class SettingsPage
|
||||
{
|
||||
public new SettingsVm Model => (SettingsVm)DataContext;
|
||||
private new SettingsVm Model => (SettingsVm)Resources["ViewModel"];
|
||||
|
||||
public SettingsPage()
|
||||
{
|
||||
|
Reference in New Issue
Block a user