Created
December 16, 2020 12:21
-
-
Save sthewissen/23da146e117d08fd67c6c6ca27dce448 to your computer and use it in GitHub Desktop.
App.xaml.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public App() | |
{ | |
InitializeComponent(); | |
// Set the theme that the user has picked. | |
Current.UserAppTheme = (OSAppTheme)Preferences.Get(Settings.AppTheme, Settings.AppThemeDefault); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment