mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 13:53:42 +01:00
Add an Update Bibo Materials button.
This commit is contained in:
parent
5b07245cd9
commit
f264725c45
4 changed files with 25 additions and 2 deletions
|
|
@ -45,6 +45,9 @@ public partial class ModEditWindow : Window, IDisposable
|
|||
public void ChangeOption( ISubMod? subMod )
|
||||
=> _editor?.SetSubMod( subMod );
|
||||
|
||||
public void UpdateModels()
|
||||
=> _editor?.ScanModels();
|
||||
|
||||
public override bool DrawConditions()
|
||||
=> _editor != null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue