fixeado bug informes
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Controladora
|
|||||||
{
|
{
|
||||||
string json = JsonSerializer.Serialize(config, new JsonSerializerOptions { WriteIndented = true });
|
string json = JsonSerializer.Serialize(config, new JsonSerializerOptions { WriteIndented = true });
|
||||||
File.WriteAllText(configpath, json);
|
File.WriteAllText(configpath, json);
|
||||||
|
InformeEmail.Instance.Informar = config.Informar;
|
||||||
}
|
}
|
||||||
catch (IOException ex) { throw; }
|
catch (IOException ex) { throw; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user