mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 12:57:44 +01:00
feat: add global UI scale to settings
This commit is contained in:
parent
7ac4881595
commit
87c3c32dc6
3 changed files with 21 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue