private void ApplyThemes() { bool isLight = AppSettings.Instance.AppTheme == ApplicationTheme.Light; ThemeHelper.ApplyAppTheme(isLight); }