fga-eps-mds/2019.1-unbrake

View on GitHub
unbrake-local/unbrake_linux.go

Summary

Maintainability
A
0 mins
Test Coverage
package main

import (
    "github.com/getlantern/systray"
)

func setIcon() {
    systray.SetIcon(IconDisabled)
}