Skip to content
Snippets Groups Projects
Commit 6c6707ae authored by Arlo Breault's avatar Arlo Breault
Browse files

Set the browser action icon to off when webrtc is disabled

This is now necessary since the webextension changed to default to on.

Follow up to 095f4a05

From trac 31067
parent c02c4cfb
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ var debug, snowflake, config, broker, ui, log, dbg, init, update, silenceNotific
missingFeature: true
});
});
chrome.browserAction.setIcon({ path: { 32: "icons/status-off.png" } });
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment