Set explicit fallback font size, and add fallback font notice window (#800)

This commit is contained in:
kizer 2022-04-18 08:26:20 +09:00 committed by GitHub
parent 2becb12855
commit 1e5c906ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 242 additions and 80 deletions

View file

@ -149,6 +149,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public int FontResolutionLevel { get; set; } = 2;
/// <summary>
/// Gets or sets a value indicating whether to disable font fallback notice.
/// </summary>
public bool DisableFontFallbackNotice { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether or not plugin UI should be hidden.
/// </summary>