From 067227bbe0e8ca34fff7cf4ddac72175f94ec8b9 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 18 Nov 2018 01:31:30 +0100 Subject: Game summary at the end of the session available Fixes #51 --- Aktywator/MainForm.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Aktywator/MainForm.cs') 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(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(); -- cgit v1.2.3