Wireless mode preselection

pull/116/head
Pawel Spychalski (DzikuVx) 8 years ago
parent 37738ac269
commit a09bee45eb

@ -84,6 +84,12 @@ PortHandler.check = function () {
} }
}); });
chrome.storage.local.get('wireless_mode_enabled', function (result) {
if (result['wireless_mode_enabled']) {
$('#wireless-mode').prop('checked', true).change();
}
});
} }
if (!self.initial_ports) { if (!self.initial_ports) {

Loading…
Cancel
Save