mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +01:00
enable nullability checks, wip service locator
This commit is contained in:
parent
9cff2da484
commit
eb0301f964
12 changed files with 115 additions and 41 deletions
|
|
@ -11,13 +11,12 @@ namespace Penumbra.UI
|
|||
private const string LabelTab = "Effective File List";
|
||||
private const float TextSizePadding = 5f;
|
||||
|
||||
private readonly ModManager _mods;
|
||||
private ModManager _mods => Service< ModManager >.Get();
|
||||
private (string, string)[] _fileList;
|
||||
private float _maxGamePath;
|
||||
|
||||
public TabEffective( SettingsInterface ui )
|
||||
{
|
||||
_mods = ui._plugin.ModManager;
|
||||
RebuildFileList( ui._plugin.Configuration.ShowAdvanced );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue