mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-04-20 00:12:07 +00:00
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
No EOL
177 B
C#
11 lines
No EOL
177 B
C#
using Avalonia.Controls;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class HistoryPageView : UserControl{
|
|
|
|
public HistoryPageView(){
|
|
InitializeComponent();
|
|
}
|
|
|
|
} |