提交 1e955490 编写于 作者: M Martin Aeschlimann

Editor background flickers black on reload of white custom theme

上级 d5d86d89
......@@ -167,7 +167,7 @@ export class ThemeService implements IThemeService {
}
public getTheme() {
return this.currentTheme || DEFAULT_THEME_ID;
return this.currentTheme || this.storageService.get(Preferences.THEME, StorageScope.GLOBAL, DEFAULT_THEME_ID);
}
private loadTheme(themeId: string, defaultId?: string): TPromise<IThemeData> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册