Add HangoverAvalonia

This commit is contained in:
Michael Bucari-Tovo 2022-07-31 20:33:56 -06:00
parent 7cf4c63d79
commit 66679ace2f
24 changed files with 503 additions and 35 deletions

View file

@ -19,6 +19,7 @@ namespace LibationAvalonia.ViewModels
private int _visibleCount = 1;
private LibraryCommands.LibraryStats _libraryStats;
private int _visibleNotLiberated = 1;
public bool IsMp3Supported => AppScaffolding.LibationScaffolding.IsLinux || AppScaffolding.LibationScaffolding.IsWindows;
/// <summary> The Process Queue's viewmodel </summary>
public ProcessQueueViewModel ProcessQueue { get; } = new ProcessQueueViewModel();