mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
adjust initial dialog to opt in/out into census with buttons
This commit is contained in:
parent
a32aef8ee8
commit
1dfdab4fef
6 changed files with 39 additions and 33 deletions
|
|
@ -13,7 +13,7 @@ public class ServerConfig : IMareConfiguration
|
|||
{ new ServerStorage() { ServerName = ApiController.MainServer, ServerUri = ApiController.MainServiceUri } },
|
||||
};
|
||||
|
||||
public bool SendCensusData { get; set; } = true;
|
||||
public bool SendCensusData { get; set; } = false;
|
||||
public bool ShownCensusPopup { get; set; } = false;
|
||||
|
||||
public int Version { get; set; } = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue