Fix #574 (for realsies this time)

This commit is contained in:
Mbucari 2023-04-10 15:00:32 -06:00
parent 6800986f25
commit 8a1b375f0d
2 changed files with 8 additions and 4 deletions

View file

@ -58,7 +58,7 @@ namespace LibationUiBase.GridView
public abstract object BackgroundBrush { get; }
public object ButtonImage => GetLiberateIcon();
public string ToolTip => GetTooltip();
protected internal Book Book { get; internal set; }
internal Book Book { get; }
private DateTime lastBookUpdate;
private LiberatedStatus bookStatus;