Skip to content

Use external installer #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 27, 2015
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Revert "Disable systray"
This reverts commit 222c2b5.
  • Loading branch information
facchinm committed Jul 24, 2015
commit e5f770c65b77bb5beeae15c903a2346d438f7750
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func main() {
}

func startDaemon() {
// setupSysTray()
go func() {

// autoextract self
Expand Down Expand Up @@ -283,7 +282,7 @@ func startDaemon() {
log.Fatal("Error ListenAndServe:", err)
}
}()

setupSysTray()
}

var homeTemplate = template.Must(template.New("home").Parse(homeTemplateHtml))
Expand Down