Convert queue expand/collapse button text to images (rmcrackan/Libation#339)

This commit is contained in:
Mbucari 2023-03-02 19:23:03 -07:00
parent d94759d868
commit 26c60e8e79
5 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,5 @@
using ApplicationServices;
using Avalonia.Media.Imaging;
using Dinah.Core;
using LibationFileManager;
using ReactiveUI;
@ -135,15 +136,9 @@ namespace LibationAvalonia.ViewModels
set
{
this.RaiseAndSetIfChanged(ref _queueOpen, value);
QueueHideButtonText = _queueOpen? "❱❱❱" : "❰❰❰";
this.RaisePropertyChanged(nameof(QueueHideButtonText));
}
}
/// <summary> The Process Queue's Expand/Collapse button display text </summary>
public string QueueHideButtonText { get; private set; }
/// <summary> The number of books visible in the Product Display </summary>
public int VisibleCount