mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-04-20 16:32:07 +00:00
Add - Added missing fonts Chg - Changed to request encryption keys before downloading Chg - Changed some log messages
9 lines
No EOL
217 B
C#
9 lines
No EOL
217 B
C#
using Avalonia.Controls;
|
|
|
|
namespace CRD.Views.Utils;
|
|
|
|
public partial class ContentDialogSonarrMatchEpisodeView : UserControl{
|
|
public ContentDialogSonarrMatchEpisodeView(){
|
|
InitializeComponent();
|
|
}
|
|
} |