OSDN Git Service

一覧を戦況に自動で切り替えるのをオフにできないのを直す
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Fri, 17 Jan 2020 11:22:38 +0000 (20:22 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Fri, 17 Jan 2020 11:24:02 +0000 (20:24 +0900)
KancolleSniffer/ConfigDialog.cs

index e5644ed..9537b27 100644 (file)
@@ -201,7 +201,7 @@ namespace KancolleSniffer
                                (checkBoxNextCell.Checked ? Spoiler.NextCell : 0);\r
             _config.UsePresetAkashi = checkBoxPresetAkashi.Checked;\r
             _config.WarnBadDamageWithDameCon = checkBoxWarnBadDamageWithDamecon.Checked;\r
-            _config.ShipList.AutoBattleResult = checkBoxAirBattleResult.Checked;\r
+            _config.ShipList.AutoBattleResult = checkBoxAutoBattleResult.Checked;\r
 \r
             _config.Sounds.Volume = (int)numericUpDownSoundVolume.Value;\r
             foreach (var name in Config.NotificationNames)\r