mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-04-22 01:11:58 +00:00
Add - Added a download subs button to the history Chg - Changed CDM error message to include a GitHub wiki link Chg - Changed the style of settings tabs Chg - Changed the date format in the seasons tab Fix - Fixed Crunchyroll seasons numbering issue (e.g., Blue Exorcist) Fix - Fixed window slightly moving on startup Fix - Fixed a bug in the upcoming episodes display for the next week
12 lines
No EOL
204 B
C#
12 lines
No EOL
204 B
C#
using Avalonia.Controls;
|
|
using Avalonia.Interactivity;
|
|
|
|
namespace CRD.Views;
|
|
|
|
public partial class SeriesPageView : UserControl{
|
|
public SeriesPageView(){
|
|
InitializeComponent();
|
|
}
|
|
|
|
|
|
} |