mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Added icons to all menu items
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace hex {
|
||||
|
||||
View::View(UnlocalizedString unlocalizedName) : m_unlocalizedViewName(std::move(unlocalizedName)) { }
|
||||
View::View(UnlocalizedString unlocalizedName, const char *icon) : m_unlocalizedViewName(std::move(unlocalizedName)), m_icon(icon) { }
|
||||
|
||||
bool View::shouldDraw() const {
|
||||
return ImHexApi::Provider::isValid() && ImHexApi::Provider::get()->isAvailable();
|
||||
|
||||
Reference in New Issue
Block a user