From 3994ff5b76de3fce2671859be11953501a4b4657 Mon Sep 17 00:00:00 2001 From: Giacomo Strangolino <giacomo.strangolino@elettra.eu> Date: Fri, 12 Feb 2021 15:24:17 +0100 Subject: [PATCH] richiesta 13574: in test --- src/acdc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acdc.cpp b/src/acdc.cpp index d185d41..3cd353f 100644 --- a/src/acdc.cpp +++ b/src/acdc.cpp @@ -22,7 +22,7 @@ Acdc::Acdc(CumbiaPool *cumbia_pool, QWidget *parent) : // mloader.modules() to get the list of loaded modules // cumbia connect(ui->cbShowUnits, SIGNAL(toggled(bool)), this, SLOT(m_show_units(bool))); - m_show_units(true); + m_show_units(false); } Acdc::~Acdc() -- GitLab