Added icon name #2

Merged
CommanderRedYT merged 6 commits from patch-1 into main 2021-12-09 22:38:52 +01:00
Showing only changes of commit ae6e7fb72a - Show all commits

View File

@@ -13,7 +13,7 @@ struct Icon
static constexpr auto HEIGHT=height;
const unsigned short buffer[width*height];
std::optional<std::string> name{std::nullopt};
const char * const name{};
};
} // namespace espgui