Minor fix for server check
This commit is contained in:
parent
784f35bfd9
commit
1b430e1090
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class Service():
|
|||
|
||||
if user.getServer() == "":
|
||||
pass
|
||||
elif not user.getPublicUsers():
|
||||
elif user.getPublicUsers() == False:
|
||||
# Server is not online, suppress future warning
|
||||
if self.server_online:
|
||||
WINDOW.setProperty("Server_online", "false")
|
||||
|
|
Loading…
Reference in a new issue