diff --git a/DownKyi/Views/DownloadManager/ViewDownloading.axaml b/DownKyi/Views/DownloadManager/ViewDownloading.axaml index 46e8855..d6ff3c5 100644 --- a/DownKyi/Views/DownloadManager/ViewDownloading.axaml +++ b/DownKyi/Views/DownloadManager/ViewDownloading.axaml @@ -104,19 +104,6 @@ FontSize="12" Foreground="{DynamicResource BrushTextDark}" Text="{Binding StringFormat={} {0}, Path=DownloadStatusTitle}"> - - diff --git a/DownKyi/Views/Settings/ViewNetwork.axaml b/DownKyi/Views/Settings/ViewNetwork.axaml index d1457c5..13318cd 100644 --- a/DownKyi/Views/Settings/ViewNetwork.axaml +++ b/DownKyi/Views/Settings/ViewNetwork.axaml @@ -6,7 +6,8 @@ xmlns:prism="http://prismlibrary.com/" prism:ViewModelLocator.AutoWireViewModel="True" xmlns:i="using:Avalonia.Xaml.Interactivity" - xmlns:ia="clr-namespace:Avalonia.Xaml.Interactions.Core;assembly=Avalonia.Xaml.Interactions"> + xmlns:ia="clr-namespace:Avalonia.Xaml.Interactions.Core;assembly=Avalonia.Xaml.Interactions" + xmlns:iac="clr-namespace:DownKyi.CustomAction"> @@ -17,7 +18,7 @@ + Theme="{StaticResource CheckBoxStyle}" /> + Text="{Binding UserAgent}"> + + + + + + - + @@ -97,7 +105,7 @@ Foreground="{DynamicResource BrushTextDark}" Text="{DynamicResource MaxCurrentDownloads}" /> + CommandParameter="{Binding ElementName=NameMaxCurrentDownloads, Path=SelectedValue}" /> @@ -119,7 +127,7 @@ Foreground="{DynamicResource BrushTextDark}" Text="{DynamicResource Split}" /> + CommandParameter="{Binding ElementName=NameSplits, Path=SelectedValue}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +