Crunchy-Downloader/CRD/Views/Utils/ContentDialogUpdateView.axaml.cs
Elwador f0346fd4c8 Add: Added checkbox to disable non-drm streams
Chg: Show additional info for downloads (slected dubs and subs)
Chg: When pressing update it now shows the progress
Chg: Changed how the error window looks
Chg: Additional checks for premium episodes to make sure it is possible the logged in user can download the episode
2024-05-25 00:46:11 +02:00

11 lines
237 B
C#

using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
namespace CRD.Views.Utils;
public partial class ContentDialogUpdateView : UserControl{
public ContentDialogUpdateView(){
InitializeComponent();
}
}