Update library and fixes

This commit is contained in:
MaddoScientisto 2026-02-04 21:12:27 +01:00
commit d73389d791
7 changed files with 50 additions and 14 deletions

View file

@ -148,6 +148,7 @@ namespace ImageCatalog_2
{
_uiEnabled = value;
NotifyPropertyChanged();
NotifyPropertyChanged(nameof(UiDisabled));
}
}