refactor(settings): merge fonts, colours and window style into the Appearance tab
This commit is contained in:
@@ -955,7 +955,7 @@ public sealed class Plugin : IAsyncDalamudPlugin
|
||||
// this same draw thread, so it cannot be null here.
|
||||
// v1.5.3 fix: also push RegularFont when the bundled Inter Light is
|
||||
// selected. Without this, UseHellionFont=true silently fell back to
|
||||
// the FFXIV Axis font because FontsAndColours forces FontsEnabled
|
||||
// the FFXIV Axis font because the Appearance tab forces FontsEnabled
|
||||
// off in that branch, and the bundled font never made it into draw.
|
||||
var useRegularFont = Config.FontsEnabled || Config.UseHellionFont;
|
||||
using ((useRegularFont ? FontManager.RegularFont! : FontManager.Axis).Push())
|
||||
|
||||
Reference in New Issue
Block a user