Merge pull request #996 from rootdarkarchon/master

This commit is contained in:
goat 2022-09-05 18:40:58 +02:00 committed by GitHub
commit cd97431604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -836,7 +836,7 @@ namespace Dalamud.Interface.Internal.Windows
{
this.devPluginLocations.Add(new DevPluginLocationSettings
{
Path = this.devPluginTempLocation,
Path = this.devPluginTempLocation.Replace("\"", string.Empty),
IsEnabled = true,
});
this.devPluginLocationsChanged = true;