refactor(settings): merge fonts, colours and window style into the Appearance tab

This commit is contained in:
2026-05-23 00:05:49 +02:00
parent 8a8c6ccae2
commit 3058e6bc6d
7 changed files with 372 additions and 379 deletions
+1 -1
View File
@@ -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())