Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
1357310795 committed Jul 12, 2022
1 parent 3728dd7 commit ba76c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MyComputerManager/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</StackPanel>
</Grid>

<ui:TitleBar Title="MyComputerManager - v1.02"
<ui:TitleBar Title="MyComputerManager - v1.03"
Padding="10,10,10,12"
Grid.Row="0"
Icon="/Resources/openbox.ico"
Expand Down
2 changes: 1 addition & 1 deletion MyComputerManager/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public MainWindow(INavigationService navigationService, IPageService pageService

private void Window_Loaded(object sender, RoutedEventArgs e)
{
//_themeService.SetTheme(ThemeType.Light);
_themeService.SetTheme(ThemeType.Light);
RootNavigation.Frame = RootFrame;
RootNavigation.Items.Add(new NavigationItem() { PageType = typeof(MainPage), Cache = false});
RootNavigation.Items.Add(new NavigationItem() { PageType = typeof(DetailPage), Cache = false});
Expand Down
2 changes: 1 addition & 1 deletion MyComputerManager/Views/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
FontSize="20" />
<TextBlock HorizontalAlignment="Center"
Margin="0,6,0,0"
Text="v1.02"
Text="v1.03"
FontSize="16" />
<TextBlock HorizontalAlignment="Center"
Margin="0,6,0,0"
Expand Down

0 comments on commit ba76c75

Please sign in to comment.