Added CodeAnalysis package

Better entry history handling
Changing icon now adds an history entry
This commit is contained in:
BONNEVILLE Geoffroy
2018-07-24 17:52:44 +02:00
parent d6765904a1
commit 9863195684
7 changed files with 101 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ namespace ModernKeePass.Views
default:
var entry = listView?.SelectedItem as EntryVm;
StackPanel.DataContext = entry;
TitleTextBox.DataContext = entry;
TopGrid.DataContext = entry;
break;
}
}