f0346fd4c8
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
11 lines
237 B
C#
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();
|
|
}
|
|
} |