mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
update validation logic
This commit is contained in:
@@ -35,4 +35,6 @@ public class AnnotationThumbnail(Annotation annotation) : INotifyPropertyChanged
|
||||
{
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
||||
public void UpdateUI() => OnPropertyChanged(nameof(IsSeed));
|
||||
}
|
||||
Reference in New Issue
Block a user