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:
Cecylia Bocovich 2019-07-02 10:49:28 -04:00
parent 526e42a443
commit e93584029a
4 changed files with 18 additions and 0 deletions

View file

@ -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"