Toolbar label added.

It will show current operation or why you can't do something.
This commit is contained in:
2016-10-06 17:50:08 +05:00
parent 2efd47c301
commit 0214ea7fce
2 changed files with 20 additions and 0 deletions

View File

@@ -124,8 +124,10 @@ func (p *Pooler) UpdateServers(servers_type string) {
if servers_type == "all" {
Eventer.LaunchEvent("loadAllServers")
Eventer.LaunchEvent("serversUpdateCompleted")
} else if servers_type == "favorites" {
Eventer.LaunchEvent("loadFavoriteServers")
Eventer.LaunchEvent("serversUpdateCompleted")
}
}