mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
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 095f4a0
From trac 31067
This commit is contained in:
parent
c02c4cfbbd
commit
6c6707ae9b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ var debug, snowflake, config, broker, ui, log, dbg, init, update, silenceNotific
|
||||||
missingFeature: true
|
missingFeature: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
chrome.browserAction.setIcon({ path: { 32: "icons/status-off.png" } });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue