diff --git a/src/components/OptionListComponent.h b/src/components/OptionListComponent.h index df19cafe7..59c46c96d 100644 --- a/src/components/OptionListComponent.h +++ b/src/components/OptionListComponent.h @@ -19,6 +19,9 @@ // always // * press a -> open full list +#define CHECKED_PATH ":/checkbox_checked.svg" +#define UNCHECKED_PATH ":/checkbox_unchecked.svg" + template class OptionListComponent : public GuiComponent { @@ -43,9 +46,6 @@ private: auto font = Font::get(FONT_SIZE_MEDIUM); ComponentListRow row; - const char* CHECKED_PATH = ":/checkbox_checked.svg"; - const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg"; - // for select all/none std::vector checkboxes;