From 6096c9b24608aa37259eaf76b2c34b7bd86c2103 Mon Sep 17 00:00:00 2001 From: fedpo Date: Tue, 6 Aug 2024 19:53:55 +0100 Subject: [PATCH] fixeado bug informes --- Controladora/ControladoraInformes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controladora/ControladoraInformes.cs b/Controladora/ControladoraInformes.cs index b31847c..c752d9e 100644 --- a/Controladora/ControladoraInformes.cs +++ b/Controladora/ControladoraInformes.cs @@ -19,7 +19,7 @@ namespace Controladora { string json = JsonSerializer.Serialize(config, new JsonSerializerOptions { WriteIndented = true }); File.WriteAllText(configpath, json); - + InformeEmail.Instance.Informar = config.Informar; } catch (IOException ex) { throw; } }