summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-18 01:31:30 +0100
committeremkael <emkael@tlen.pl>2018-11-18 01:31:30 +0100
commit067227bbe0e8ca34fff7cf4ddac72175f94ec8b9 (patch)
tree9ed7f6047fee4a7e182351add6b4cc13dcf16fa4 /Aktywator/MainForm.cs
parente2f10a0dfcd102c76a7345a486c9614f20239467 (diff)
Game summary at the end of the session available
Fixes #51
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 6dc346f..876388a 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -89,6 +89,7 @@ namespace Aktywator
// cloning Setting List returned from Bws, because we're going to extend it for version tracking purposes
this.bwsSettings = new List<Setting>(bws.initSettings());
this.bwsSettings.Add(new Setting("BM2ShowPlayerNames", this.xShowPlayerNames, bws, new Version(2, 0, 0), new Version(1, 3, 1)));
+ this.bwsSettings.Add(new Setting("BM2GameSummary", this.xShowRecap, bws, new Version(3, 6, 0), new Version(3, 0, 1)));
bindSettingChanges();
bws.loadSettings();