• R/O
  • HTTP
  • SSH
  • HTTPS

KancolleSniffer: Commit


Commit MetaInfo

Révision06c3a59f31e7a700407979e7392f819066717e42 (tree)
l'heure2020-01-17 20:24:02
AuteurKazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Message de Log

一覧を戦況に自動で切り替えるのをオフにできないのを直す

Change Summary

Modification

--- a/KancolleSniffer/ConfigDialog.cs
+++ b/KancolleSniffer/ConfigDialog.cs
@@ -201,7 +201,7 @@ namespace KancolleSniffer
201201 (checkBoxNextCell.Checked ? Spoiler.NextCell : 0);
202202 _config.UsePresetAkashi = checkBoxPresetAkashi.Checked;
203203 _config.WarnBadDamageWithDameCon = checkBoxWarnBadDamageWithDamecon.Checked;
204- _config.ShipList.AutoBattleResult = checkBoxAirBattleResult.Checked;
204+ _config.ShipList.AutoBattleResult = checkBoxAutoBattleResult.Checked;
205205
206206 _config.Sounds.Volume = (int)numericUpDownSoundVolume.Value;
207207 foreach (var name in Config.NotificationNames)
Afficher sur ancien navigateur de dépôt.