Batch update: Fix most issues

This commit is contained in:
Tara 2022-11-20 09:08:34 -07:00
parent 514015e45b
commit eb638f9d0f
13 changed files with 980 additions and 491 deletions

View file

@ -7,6 +7,7 @@ using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using LSLEditor.Helpers;
namespace LSLEditor.Tools
{
@ -60,7 +61,7 @@ namespace LSLEditor.Tools
items.Add(item.ToString());
}
Properties.Settings.Default.IncludeDirectories = items;
Properties.Settings.Default.IncludeDirectories.set(items);
}
private void buttonAddIncludeDir_Click(object sender, EventArgs e)