fix: Fixed issue with system color scheme not being applied correctly on start
This commit is contained in:
@@ -247,7 +247,7 @@ export class ThemeManager extends AbstractUIService {
|
||||
} else {
|
||||
const theme = themes.find((theme) => theme.featureIdentifier === themeIdentifier)
|
||||
if (theme && !this.components.isThemeActive(theme)) {
|
||||
this.components.toggleTheme(theme).catch(console.error)
|
||||
this.components.toggleTheme(theme, true).catch(console.error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user