summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-17 15:42:39 +0100
committeremkael <emkael@tlen.pl>2018-11-17 15:42:39 +0100
commitbf9e05698f3353de3a37e1f6fd5ca640381df623 (patch)
tree4ccbd2995182fe4f618a6320137498df1b235837 /Aktywator/Bws.cs
parent4a536d0799685f3e530bc1782420e32a24b58ca2 (diff)
"Enter first board number manually" supported
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r--Aktywator/Bws.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs
index 75e9b13..0ee09c2 100644
--- a/Aktywator/Bws.cs
+++ b/Aktywator/Bws.cs
@@ -267,6 +267,7 @@ namespace Aktywator
settings.Add(new Setting("BM2AutoShowScoreRecap", main.xAutoShowScoreRecap, this, new Version(2, 5, 1), new Version(1, 0, 1)));
settings.Add(new Setting("BM2ScoreCorrection", main.xScoreCorrection, this, new Version(2, 0, 0), new Version(1, 0, 1)));
settings.Add(new Setting("BM2AutoBoardNumber", main.xAutoBoardNumber, this, new Version(2, 0, 0), new Version(2, 0, 1)));
+ settings.Add(new Setting("BM2FirstBoardManually", main.xFirstBoardManually, this, new Version(2, 7, 9), new Version(2, 7, 6)));
settings.Add(new Setting("BM2ResetFunctionKey", main.xResetFunctionKey, this, new Version(2, 0, 0), new Version(1, 0, 1)));
settings.Add(new Setting("BM2ViewHandrecord", main.xViewHandrecord, this, new Version(2, 6, 1), new Version(1, 6, 1)));
settings.Add(new Setting("BM2RecordBidding", main.xCollectBidding, this, new Version(2, 0, 0), new Version(1, 3, 1)));
@@ -348,6 +349,7 @@ namespace Aktywator
settings.Add(new Setting("BM2TDCall", "bit", "false"));
settings.Add(new Setting("BM2ShowPlayerNames", "integer", "0"));
settings.Add(new Setting("ScoringType", "integer", "1", "`Section`"));
+ settings.Add(new Setting("BM2FirstBoardManually", "bit", "false"));
foreach (Setting s in settings)
{