mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
chore: fix warnings
This commit is contained in:
parent
9dc8b62989
commit
7bde864221
1 changed files with 4 additions and 2 deletions
|
|
@ -30,6 +30,9 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
private readonly string[] languages;
|
||||
private readonly string[] locLanguages;
|
||||
|
||||
private readonly string[] fontResolutionLevelStrings;
|
||||
|
||||
private int langIndex;
|
||||
|
||||
private XivChatType dalamudMessagesChatType;
|
||||
|
|
@ -38,7 +41,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
private bool doCfChatMessage;
|
||||
private bool doMbCollect;
|
||||
|
||||
private readonly string[] fontResolutionLevelStrings;
|
||||
private int fontResolutionLevel;
|
||||
|
||||
private float globalUiScale;
|
||||
|
|
@ -122,7 +124,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
this.doButtonsSystemMenu = configuration.DoButtonsSystemMenu;
|
||||
this.disableRmtFiltering = configuration.DisableRmtFiltering;
|
||||
|
||||
this.fontResolutionLevelStrings = new string[]
|
||||
this.fontResolutionLevelStrings = new[]
|
||||
{
|
||||
Loc.Localize("DalamudSettingsFontResolutionLevel0", "Least (1k x 1k texture)"),
|
||||
Loc.Localize("DalamudSettingsFontResolutionLevel1", "Lesser (2k x 2k texture)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue