add chat message scaling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user