mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-22 16:39:27 +01:00
Small fixes for backup, respect export directory on load.
This commit is contained in:
parent
c800f3191f
commit
b65bef17b2
4 changed files with 17 additions and 10 deletions
|
|
@ -39,6 +39,7 @@ public sealed partial class Mod
|
|||
{
|
||||
ModDirectoryChanged += OnModDirectoryChange;
|
||||
SetBaseDirectory( modDirectory, true );
|
||||
UpdateExportDirectory( Penumbra.Config.ExportDirectory, false );
|
||||
ModOptionChanged += OnModOptionChange;
|
||||
ModPathChanged += OnModPathChange;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue