mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Defines for ImGuiToolkit icons for source.
This commit is contained in:
@@ -334,7 +334,7 @@ void NetworkSource::accept(Visitor& v)
|
||||
|
||||
glm::ivec2 NetworkSource::icon() const
|
||||
{
|
||||
return glm::ivec2(18, 11);
|
||||
return glm::ivec2(ICON_SOURCE_NETWORK);
|
||||
}
|
||||
|
||||
std::string NetworkSource::info() const
|
||||
|
||||
Reference in New Issue
Block a user