diff --git a/YoutubeDownloader/App.xaml b/YoutubeDownloader/App.xaml index bc2d3f7fd..4a92643c5 100644 --- a/YoutubeDownloader/App.xaml +++ b/YoutubeDownloader/App.xaml @@ -105,6 +105,32 @@ + + + + + + - - - - - - - - - - - - - - - - - - - - - - - diff --git a/YoutubeDownloader/Views/Components/DownloadView.xaml.cs b/YoutubeDownloader/Views/Components/DownloadView.xaml.cs deleted file mode 100644 index 2f1d40d4e..000000000 --- a/YoutubeDownloader/Views/Components/DownloadView.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace YoutubeDownloader.Views.Components -{ - public partial class DownloadView - { - public DownloadView() - { - InitializeComponent(); - } - } -} \ No newline at end of file diff --git a/YoutubeDownloader/Views/RootView.xaml b/YoutubeDownloader/Views/RootView.xaml index a8fe0b069..162089941 100644 --- a/YoutubeDownloader/Views/RootView.xaml +++ b/YoutubeDownloader/Views/RootView.xaml @@ -2,6 +2,7 @@ x:Class="YoutubeDownloader.Views.RootView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:components="clr-namespace:YoutubeDownloader.ViewModels.Components" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -105,21 +106,180 @@ Visibility="{Binding Downloads.Count, Converter={x:Static s:BoolToVisibilityConverter.InverseInstance}}" /> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/YoutubeDownloader/YoutubeDownloader.csproj b/YoutubeDownloader/YoutubeDownloader.csproj index a7aa2802b..ac2b8ce48 100644 --- a/YoutubeDownloader/YoutubeDownloader.csproj +++ b/YoutubeDownloader/YoutubeDownloader.csproj @@ -81,9 +81,6 @@ - - DownloadView.xaml - DownloadMultipleSetupView.xaml @@ -118,10 +115,6 @@ - - Designer - MSBuild:Compile - Designer MSBuild:Compile