Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
修复关于对话框颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Apr 26, 2019
1 parent 9673242 commit 18a3da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TsinghuaNetUWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Berrysoft.TsinghuaNetUWP"
Publisher="CN=Straw"
Version="3.1.53.0" />
Version="3.1.54.0" />

<mp:PhoneIdentity PhoneProductId="a82c01d1-a86d-44f3-8094-66f9b4e47d63" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
1 change: 1 addition & 0 deletions TsinghuaNetUWP/Views/MainPage.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ Public NotInheritable Class MainPage

Private Async Sub ShowAbout()
Dim dialog As New AboutDialog()
dialog.RequestedTheme = Model.Theme
Await dialog.ShowAsync()
End Sub
End Class

0 comments on commit 18a3da0

Please sign in to comment.