mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add census popup on connection
This commit is contained in:
parent
05f1c66a5d
commit
a32aef8ee8
10 changed files with 99 additions and 0 deletions
|
|
@ -44,6 +44,19 @@ public class ServerConfigurationManager
|
|||
}
|
||||
}
|
||||
|
||||
public bool ShownCensusPopup
|
||||
{
|
||||
get
|
||||
{
|
||||
return _configService.Current.ShownCensusPopup;
|
||||
}
|
||||
set
|
||||
{
|
||||
_configService.Current.ShownCensusPopup = value;
|
||||
_configService.Save();
|
||||
}
|
||||
}
|
||||
|
||||
public int CurrentServerIndex
|
||||
{
|
||||
set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue