Minor fix

This commit is contained in:
Soreepeong 2023-11-30 21:48:50 +09:00
parent e86c5458a2
commit aa3b991932

View file

@ -82,7 +82,7 @@ internal sealed class ChangelogWindow : Window, IDisposable
// If we are going to show a changelog, make sure we have the font ready, otherwise it will hitch // If we are going to show a changelog, make sure we have the font ready, otherwise it will hitch
if (WarrantsChangelog()) if (WarrantsChangelog())
_ = this.bannerFont; _ = this.bannerFont.Value;
} }
private enum State private enum State