mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Minor fix
This commit is contained in:
parent
e86c5458a2
commit
aa3b991932
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (WarrantsChangelog())
|
||||
_ = this.bannerFont;
|
||||
_ = this.bannerFont.Value;
|
||||
}
|
||||
|
||||
private enum State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue