We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e4775 + dbc1d6d commit e76145aCopy full SHA for e76145a
src/generic_ui/polymer/state.ts
@@ -79,7 +79,7 @@ class Background {
79
}
80
81
public updateGlobalSettings = (settings: uproxy_core_api.GlobalSettings): void => {
82
- this.connector_.sendMessage('update-global-settings', settings);
+ this.doInBackground_('update-global-settings', settings);
83
84
85
public restart = (): void => {
0 commit comments