mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-22 08:29:19 +01:00
Update for API 9
This commit is contained in:
parent
50f6de7809
commit
21d503a8cd
61 changed files with 210 additions and 192 deletions
|
|
@ -279,7 +279,7 @@ public class FileEditor<T> : IDisposable where T : class, IWritable
|
|||
private readonly Configuration _config;
|
||||
|
||||
public Combo(Configuration config, Func<IReadOnlyList<FileRegistry>> generator)
|
||||
: base(generator)
|
||||
: base(generator, Penumbra.Log)
|
||||
=> _config = config;
|
||||
|
||||
protected override bool DrawSelectable(int globalIdx, bool selected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue