From e52800715bf4fc10a62cfefb3b0bb64e99d5f9a8 Mon Sep 17 00:00:00 2001 From: Athul Raj Date: Sat, 15 Jul 2023 22:45:18 +0530 Subject: [PATCH] update icons --- Totoro.Core.Tests/Builders/DiscoverViewModelBuilder.cs | 4 +++- Totoro.Core.Tests/Builders/UserListViewModelBuilder.cs | 4 +++- Totoro.Plugins/Totoro.Plugins.csproj | 4 ++-- Totoro.WinUI/Totoro.GUI.sln | 4 ++-- Totoro.WinUI/Views/SettingsSections/PreferencesSection.xaml | 6 +++--- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Totoro.Core.Tests/Builders/DiscoverViewModelBuilder.cs b/Totoro.Core.Tests/Builders/DiscoverViewModelBuilder.cs index b85fa8f5..c72e4ccc 100644 --- a/Totoro.Core.Tests/Builders/DiscoverViewModelBuilder.cs +++ b/Totoro.Core.Tests/Builders/DiscoverViewModelBuilder.cs @@ -12,13 +12,15 @@ internal class DiscoverViewModelBuilder private Mock _schedulerProvider; private readonly Mock> _providerFactoryMock = new(); private readonly Mock _settingsMock = new(); + private readonly Mock _connectivityServiceMock = new(); internal DiscoverViewModel Build() { return new DiscoverViewModel(_providerFactoryMock.Object, _settingsMock.Object, - _navigationServiceMock.Object); + _navigationServiceMock.Object, + _connectivityServiceMock.Object); } internal DiscoverViewModelBuilder WithSettings(Action> configure) diff --git a/Totoro.Core.Tests/Builders/UserListViewModelBuilder.cs b/Totoro.Core.Tests/Builders/UserListViewModelBuilder.cs index 56820f47..05ae37e0 100644 --- a/Totoro.Core.Tests/Builders/UserListViewModelBuilder.cs +++ b/Totoro.Core.Tests/Builders/UserListViewModelBuilder.cs @@ -8,12 +8,14 @@ internal class UserListViewModelBuilder private readonly Mock _trackingServiceMock = new(); private readonly Mock _animeServiceMock = new(); private readonly Mock _viewServiceMock = new(); + private readonly Mock _connectivityServiceMock = new(); internal UserListViewModel Build() { return new UserListViewModel(_trackingServiceMock.Object, _animeServiceMock.Object, - _viewServiceMock.Object); + _viewServiceMock.Object, + _connectivityServiceMock.Object); } internal UserListViewModelBuilder WithTrackingService(Action> configure) diff --git a/Totoro.Plugins/Totoro.Plugins.csproj b/Totoro.Plugins/Totoro.Plugins.csproj index fc4b570b..197671ab 100644 --- a/Totoro.Plugins/Totoro.Plugins.csproj +++ b/Totoro.Plugins/Totoro.Plugins.csproj @@ -10,9 +10,9 @@ - + - + diff --git a/Totoro.WinUI/Totoro.GUI.sln b/Totoro.WinUI/Totoro.GUI.sln index 27fc5eaa..f6480155 100644 --- a/Totoro.WinUI/Totoro.GUI.sln +++ b/Totoro.WinUI/Totoro.GUI.sln @@ -76,9 +76,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Totoro.Plugins.MediaDetecti EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Media Detection", "Media Detection", "{046D778E-C7B5-4086-A056-F0526C7C3A96}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Totoro.Plugins.MediaDetection.Win11MediaPlayer", "..\Totoro.Plugins.MediaDetection.Win11MediaPlayer\Totoro.Plugins.MediaDetection.Win11MediaPlayer.csproj", "{5117D9CF-5D78-459F-9546-113BCEDD79B8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Totoro.Plugins.MediaDetection.Win11MediaPlayer", "..\Totoro.Plugins.MediaDetection.Win11MediaPlayer\Totoro.Plugins.MediaDetection.Win11MediaPlayer.csproj", "{5117D9CF-5D78-459F-9546-113BCEDD79B8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Totoro.Plugins.MediaDetection.Generic", "..\Totoro.Plugins.MediaDetection.Mpv\Totoro.Plugins.MediaDetection.Generic.csproj", "{A2856FA8-E5E3-469D-997B-CC50E6B4BC07}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Totoro.Plugins.MediaDetection.Generic", "..\Totoro.Plugins.MediaDetection.Mpv\Totoro.Plugins.MediaDetection.Generic.csproj", "{A2856FA8-E5E3-469D-997B-CC50E6B4BC07}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Totoro.WinUI/Views/SettingsSections/PreferencesSection.xaml b/Totoro.WinUI/Views/SettingsSections/PreferencesSection.xaml index ab847832..374b8f4d 100644 --- a/Totoro.WinUI/Views/SettingsSections/PreferencesSection.xaml +++ b/Totoro.WinUI/Views/SettingsSections/PreferencesSection.xaml @@ -45,7 +45,7 @@ - + - + - +