Fixed show/hide offline servers.

This commit is contained in:
2016-10-06 22:43:45 +05:00
parent ceaaf67510
commit 5ad43b5613
2 changed files with 47 additions and 28 deletions

View File

@@ -20,7 +20,10 @@ import (
type Server struct {
Server *datamodels.Server
AllServersIter *gtk.TreeIter
FavServersIter *gtk.TreeIter
AllServersIterSet bool
AllServersIterInList bool
FavServersIter *gtk.TreeIter
FavServersIterSet bool
FavServersIterInList bool
}