Add support for custom themes in chardonnay
This commit is contained in:
parent
a37eb383cd
commit
b34970bd47
26 changed files with 719 additions and 280 deletions
|
|
@ -61,7 +61,6 @@ namespace LibationUiBase.GridView
|
|||
|| PdfStatus is not null and not LiberatedStatus.Liberated
|
||||
);
|
||||
public double Opacity => !IsSeries && Book.UserDefinedItem.Tags.ContainsInsensitive("hidden") ? 0.4 : 1;
|
||||
public abstract object BackgroundBrush { get; }
|
||||
public object ButtonImage => GetLiberateIcon();
|
||||
public string ToolTip => GetTooltip();
|
||||
private Book Book { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue