From 26d1bce550c970206cd9adc7017103d9ab9bf64e Mon Sep 17 00:00:00 2001 From: Gerardo Date: Wed, 6 Jul 2022 02:07:44 +0200 Subject: [PATCH] CAMBIO CONFIG DEFECTO --- Services/ConfigServ.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/ConfigServ.cs b/Services/ConfigServ.cs index 653760a..34e3109 100644 --- a/Services/ConfigServ.cs +++ b/Services/ConfigServ.cs @@ -12,7 +12,7 @@ namespace OliviaAddInPro.Services { class ConfigServ { - private static string pathConfigDef = "C:\\Olivia\\olv.conf"; + private static string pathConfigDef = "C:\\Olivia"; private static ConfigServ configServ=null; private static string nameDirWork = "%dir_work%"; public const string OlvRegKey = "SOFTWARE\\Narvaling\\Olivia_3_0";