fixeado bug informes

This commit is contained in:
fedpo
2024-08-06 19:53:55 +01:00
committed by fede
parent 3d33ecaf7e
commit d906543ec0

View File

@@ -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; }
} }