mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-31 20:46:24 +01:00
zen mode: fix restore - get it from global storage
This commit is contained in:
@@ -338,7 +338,7 @@ export class Workbench implements IPartService {
|
||||
});
|
||||
}));
|
||||
|
||||
if (this.storageService.getBoolean(Workbench.zenModeActiveSettingKey, StorageScope.WORKSPACE, false)) {
|
||||
if (this.storageService.getBoolean(Workbench.zenModeActiveSettingKey, StorageScope.GLOBAL, false)) {
|
||||
this.toggleZenMode(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user