feat(): update checks starting to work

This commit is contained in:
Torkel Ödegaard
2016-04-11 12:47:04 -04:00
parent b4a8c227cc
commit 6ac3bd4c7c
4 changed files with 15 additions and 7 deletions

View File

@ -73,7 +73,7 @@ func Init() error {
app.initApp()
}
StartPluginUpdateChecker()
go StartPluginUpdateChecker()
return nil
}