mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Added a new snowflake colour for active cons
If there is an active connection through your snowflake proxy, your snowflake will turn to green
This commit is contained in:
parent
526e42a443
commit
e93584029a
4 changed files with 18 additions and 0 deletions
|
@ -98,3 +98,7 @@ class WebExtUI extends UI
|
|||
super connected
|
||||
if connected then @stats[0] += 1
|
||||
@postActive()
|
||||
if @active
|
||||
chrome.browserAction.setIcon
|
||||
path:
|
||||
32: "icons/status-running.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue