mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-24 21:43:20 +00:00
Adjust plugin config save path to ensure it saves correctly
This commit is contained in:
parent
7714fbecac
commit
669bd7c3e5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ namespace FirstPlugin
|
|||
public static void Save()
|
||||
{
|
||||
XmlDocument doc = CreateXmlFromSettings();
|
||||
doc.Save("Lib/Plugins/config.xml");
|
||||
doc.Save(Runtime.ExecutableDir + "/Lib/Plugins/config.xml");
|
||||
}
|
||||
private static XmlDocument CreateXmlFromSettings()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue