Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created December 16, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sthewissen/23da146e117d08fd67c6c6ca27dce448 to your computer and use it in GitHub Desktop.
Save sthewissen/23da146e117d08fd67c6c6ca27dce448 to your computer and use it in GitHub Desktop.
App.xaml.cs
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