mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Improve root directory behavior and AddMods.
This commit is contained in:
parent
b3f8762494
commit
250c4034e0
3 changed files with 13 additions and 9 deletions
|
|
@ -269,7 +269,7 @@ public class SettingsTab : ITab
|
|||
if (_config.ModDirectory != _newModDirectory
|
||||
&& _newModDirectory.Length != 0
|
||||
&& DrawPressEnterWarning(_newModDirectory, _config.ModDirectory, pos, save, selected))
|
||||
_modManager.DiscoverMods(_newModDirectory);
|
||||
_modManager.DiscoverMods(_newModDirectory, out _newModDirectory);
|
||||
}
|
||||
|
||||
/// <summary> Draw the Open Directory and Rediscovery buttons.</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue