feat: add global UI scale to settings

This commit is contained in:
goat 2020-08-03 20:46:17 +02:00
parent 7ac4881595
commit 87c3c32dc6
3 changed files with 21 additions and 1 deletions

View file

@ -40,6 +40,8 @@ namespace Dalamud
public bool DoPluginTest { get; set; } = false;
public bool DoDalamudTest { get; set; } = false;
public float GlobalUiScale { get; set; } = 1.0f;
[JsonIgnore]
public string ConfigPath;