: IWindowMenuItem(_(label), nullptr, is_enabled_t::yes, prusa_toolchanger.is_toolchanger_enabled() ? is_hidden_t::dev : is_hidden_t::yes) { ...
CLI_GUI::gui_widget(app.get_option("--count"), CLI_GUI::WidgetType::SliderInt, app); CLI_GUI::gui_min(app.get_option("--count"), 1, app); CLI_GUI::gui_max(app.get ...