added test bool to server gui

This commit is contained in:
Sem van der Hoeven
2020-10-12 16:53:15 +02:00
parent 7879aa301d
commit 934c1cd48b
4 changed files with 8 additions and 4 deletions

View File

@@ -10,5 +10,7 @@ namespace Server.Models
class Information : ObservableObject
{
public bool CanStartServer { get; set; }
public bool ServerOnline { get; set; }
}
}