Same with endu

This commit is contained in:
Pcornat 2026-03-16 21:11:01 +01:00
commit 2a975da064
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 11 additions and 0 deletions

View file

@ -178,6 +178,15 @@ namespace gui_to_app {
},
app_builder
};
endu_labels = CaracInterface<Gtk::Label>{
{
"endurance_label_base",
"endurance_label_carac",
"endurance_label_materiel",
"endurance_label_total"
},
app_builder
};
debug_button->signal_clicked().connect(sigc::mem_fun(*this, &AppWin2Back::debug_button_clicked), false);
}

View file

@ -102,6 +102,8 @@ namespace gui_to_app {
CaracInterface<Gtk::Label> hab_labels;
CaracInterface<Gtk::Label> endu_labels;
Gtk::Button *debug_button{ nullptr };
std::array<SwitchSignalHelper, 12> signal_handlers{