mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:37:22 +01:00
census update
This commit is contained in:
parent
1522d8d7e7
commit
e9775a3677
7 changed files with 72 additions and 5 deletions
|
|
@ -31,6 +31,18 @@ public class ServerConfigurationManager
|
|||
|
||||
public string CurrentApiUrl => CurrentServer.ServerUri;
|
||||
public ServerStorage CurrentServer => _configService.Current.ServerStorage[CurrentServerIndex];
|
||||
public bool SendCensusData
|
||||
{
|
||||
get
|
||||
{
|
||||
return _configService.Current.SendCensusData;
|
||||
}
|
||||
set
|
||||
{
|
||||
_configService.Current.SendCensusData = value;
|
||||
_configService.Save();
|
||||
}
|
||||
}
|
||||
|
||||
public int CurrentServerIndex
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue