Added a setting to allow disabling probing prompts
This commit is contained in:
@@ -267,6 +267,11 @@ module.exports = {
|
||||
},
|
||||
|
||||
start_probe_test: function(on_finish) {
|
||||
if (!this.config.settings['probing-prompts']) {
|
||||
on_finish();
|
||||
return;
|
||||
}
|
||||
|
||||
this.show_probe_test_modal = true;
|
||||
Vue.set(this.state, "saw_probe_connected", false);
|
||||
Vue.set(this.state, "on_probe_finish", on_finish);
|
||||
|
||||
Reference in New Issue
Block a user