mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Added CodeAnalysis package
Better entry history handling Changing icon now adds an history entry
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ModernKeePass.Views
|
||||
default:
|
||||
var entry = listView?.SelectedItem as EntryVm;
|
||||
StackPanel.DataContext = entry;
|
||||
TitleTextBox.DataContext = entry;
|
||||
TopGrid.DataContext = entry;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user