add chat message scaling

This commit is contained in:
2025-11-30 21:35:17 +09:00
parent ba5c8b588e
commit 8076d63ce2
2 changed files with 35 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ public sealed class ChatConfig : ILightlessConfiguration
public float ChatWindowOpacity { get; set; } = .97f;
public bool IsWindowPinned { get; set; } = false;
public bool AutoOpenChatOnPluginLoad { get; set; } = false;
public float ChatFontScale { get; set; } = 1.0f;
}