mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #996 from rootdarkarchon/master
This commit is contained in:
commit
cd97431604
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
{
|
{
|
||||||
this.devPluginLocations.Add(new DevPluginLocationSettings
|
this.devPluginLocations.Add(new DevPluginLocationSettings
|
||||||
{
|
{
|
||||||
Path = this.devPluginTempLocation,
|
Path = this.devPluginTempLocation.Replace("\"", string.Empty),
|
||||||
IsEnabled = true,
|
IsEnabled = true,
|
||||||
});
|
});
|
||||||
this.devPluginLocationsChanged = true;
|
this.devPluginLocationsChanged = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue