diff --git a/Yugen.Mosaic.Uwp/App.xaml.cs b/Yugen.Mosaic.Uwp/App.xaml.cs index 5914b56..01e42bf 100644 --- a/Yugen.Mosaic.Uwp/App.xaml.cs +++ b/Yugen.Mosaic.Uwp/App.xaml.cs @@ -63,7 +63,7 @@ protected override async void OnLaunched(LaunchActivatedEventArgs e) // Initial UI styling TitleBarHelper.ExpandViewIntoTitleBar(); - //TitleBarHelper.StyleTitleBar(...); + TitleBarHelper.StyleTitleBar(); // Create a Frame to act as the navigation context and navigate to the first page rootFrame = new Frame(); @@ -152,7 +152,7 @@ private IServiceProvider ConfigureServices() private async Task InitializeServices() { - await Services.GetService().InitializeAsync(true); + await Services.GetService().InitializeAsync(); } } } \ No newline at end of file diff --git a/Yugen.Mosaic.Uwp/ViewModels/SettingsViewModel.cs b/Yugen.Mosaic.Uwp/ViewModels/SettingsViewModel.cs index 8064328..891c1d1 100644 --- a/Yugen.Mosaic.Uwp/ViewModels/SettingsViewModel.cs +++ b/Yugen.Mosaic.Uwp/ViewModels/SettingsViewModel.cs @@ -39,7 +39,7 @@ public ElementTheme ElementTheme private async Task SwitchThemeCommandBehavior(ElementTheme param) { ElementTheme = param; - await _themeSelectorService.SetThemeAsync(param, true); + await _themeSelectorService.SetThemeAsync(param); } } } \ No newline at end of file diff --git a/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj b/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj index 01bfa98..244f5b0 100644 --- a/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj +++ b/Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj @@ -234,13 +234,13 @@ 1.6.8 - 1.0.46 + 1.0.47 - 1.0.46 + 1.0.47 - 1.0.46 + 1.0.47 3.0.1