You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a glance of source code,
And wonder that is it really necessary to use Models.Maps.MapInfos, whose data structure is almost the same as one of KanColleClient.Current.Master.MapInfos?
情報元: #7
箇所: https://github.com/veigr/EventMapHpViewer/blob/master/EventMapHpViewer/ViewModels/Settings/SettingsViewModel.cs#L37
可能性としては
KanColleClient.Current.IsStarted
をトリガーにしているものの、ほぼ同タイミングで初期化されるModels.Maps.MapInfos
を読み込んでいるためだと考えられる。手抜きせずに
Models.Maps.MapInfos
自体が初期化通知をして、それをトリガーとすべき案件な気がする。PR のように null 時に null を代入するだけではマップコンボボックスの中身が表示されなくなってしまうのでダメな気がする。
The text was updated successfully, but these errors were encountered: