Skip to content

Commit

Permalink
Always use settings UI when querying online services, fixes #75542
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Jun 24, 2019
1 parent 85ab838 commit 8ac732d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ CommandsRegistry.registerCommand(SETTINGS_EDITOR_COMMAND_FILTER_ONLINE, serviceA
if (control instanceof SettingsEditor2) {
control.focusSearch(`@tag:usesOnlineServices`);
} else {
serviceAccessor.get(IPreferencesService).openSettings(undefined, '@tag:usesOnlineServices');
serviceAccessor.get(IPreferencesService).openSettings(false, '@tag:usesOnlineServices');
}
});

Expand Down

0 comments on commit 8ac732d

Please sign in to comment.