This commit is contained in:
Mbucari 2023-04-09 17:41:24 -06:00
parent c10bb276f5
commit 8ea9b2abc6
2 changed files with 5 additions and 1 deletions

View file

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