added test bool to server gui
This commit is contained in:
@@ -10,5 +10,7 @@ namespace Server.Models
|
||||
class Information : ObservableObject
|
||||
{
|
||||
public bool CanStartServer { get; set; }
|
||||
|
||||
public bool ServerOnline { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user