mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-03-11 17:45:39 +00:00
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
No EOL
245 B
C#
11 lines
No EOL
245 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace CRD.Views.Utils;
|
|
|
|
public partial class ContentDialogInputLoginView : UserControl{
|
|
public ContentDialogInputLoginView(){
|
|
InitializeComponent();
|
|
}
|
|
} |