mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-02 22:14:35 +01:00
Fix Dalamud Configuration revert not rebuilding fonts
This commit is contained in:
parent
29b3e0aa97
commit
fc4d08927b
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ internal class SettingsWindow : Window
|
|||
var fontAtlasFactory = Service<FontAtlasFactory>.Get();
|
||||
|
||||
var rebuildFont = fontAtlasFactory.UseAxis != configuration.UseAxisFontsFromGame;
|
||||
rebuildFont |= !Equals(ImGui.GetIO().FontGlobalScale, configuration.GlobalUiScale);
|
||||
|
||||
ImGui.GetIO().FontGlobalScale = configuration.GlobalUiScale;
|
||||
fontAtlasFactory.UseAxisOverride = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue