mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Change a bunch of names and tooltips.
This commit is contained in:
parent
9cb6084d31
commit
714e8e862f
4 changed files with 144 additions and 91 deletions
|
|
@ -42,6 +42,9 @@ public partial class ModCollection
|
|||
public bool HasUnusedSettings
|
||||
=> _unusedSettings.Count > 0;
|
||||
|
||||
public int NumUnusedSettings
|
||||
=> _unusedSettings.Count;
|
||||
|
||||
// Evaluates the settings along the whole inheritance tree.
|
||||
public IEnumerable< ModSettings? > ActualSettings
|
||||
=> Enumerable.Range( 0, _settings.Count ).Select( i => this[ i ].Settings );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue