mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
New color to brush converter
New boolean to visibility converter Base class to handle property changes notifications for all View Models Template selector to handle a different first item in listviews or gridviews
This commit is contained in:
@@ -41,7 +41,6 @@ namespace ModernKeePass.Pages
|
||||
private void UpdateDatabaseStatus(App app, DatabaseVm databaseVm)
|
||||
{
|
||||
databaseVm.IsOpen = app.Database.IsOpen;
|
||||
databaseVm.NotifyPropertyChanged("IsOpen");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user