Chg - History "Refresh All" now shows in more detail what is being updated Chg - Calendar design changes - highlight "Premiere" episodes Fix - Crash caused by using sonarr Fix - Memory leak caused by progress bar Fix - Sometimes it downloaded Hardsub because it didn't know the language
11 lines
177 B
C#
11 lines
177 B
C#
using Avalonia.Controls;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class HistoryPageView : UserControl{
|
|
|
|
public HistoryPageView(){
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |