Change default for non-sandboxed connections.

shw_dev
dma 7 years ago
parent f3f5414fd4
commit a65c268dbf

@ -149,7 +149,10 @@ const OptionList = new Lang.Class({
this.actor.add_child(this.buttonGroup.actor);
this.items = [];
this._selected;
this.tlsGuard = true;
this.tlsGuard = false;
if (sandboxed) {
this.tlsGuard = true;
}
},
setOptionText: function(idx, text) {

Loading…
Cancel
Save