Skip to content

Commit

Permalink
Update to shutdown sematics
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Apr 20, 2020
1 parent 2f14d85 commit 0399d7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/builtin/network.go
Expand Up @@ -26,6 +26,9 @@ type network struct {
icon *widget.Icon
}

func (n *network) Destroy() {
}

func (n *network) wirelessName() (string, error) {
out, err := exec.Command("bash", []string{"-c", "iw dev `iw dev | grep Interface | cut -d \" \" -f2` info | grep ssid | cut -d \" \" -f 2"}...).Output()
if err != nil {
Expand Down

0 comments on commit 0399d7b

Please sign in to comment.