Add option to scale the mod selector with window growth.

This commit is contained in:
Ottermandias 2021-07-23 12:47:54 +02:00
parent 66427d32f5
commit c7d22935ef
4 changed files with 47 additions and 22 deletions

View file

@ -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; }