mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add option to scale the mod selector with window growth.
This commit is contained in:
parent
66427d32f5
commit
c7d22935ef
4 changed files with 47 additions and 22 deletions
|
|
@ -15,6 +15,7 @@ namespace Penumbra
|
|||
|
||||
public bool IsEnabled { get; set; } = true;
|
||||
|
||||
public bool ScaleModSelector { get; set; } = false;
|
||||
public bool ShowAdvanced { get; set; }
|
||||
|
||||
public bool DisableFileSystemNotifications { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue