mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Added icon for NetworkSource (sharing logo)
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
void setConnection(const std::string &nameconnection);
|
||||
std::string connection() const;
|
||||
|
||||
glm::ivec2 icon() const override { return glm::ivec2(11, 8); }
|
||||
glm::ivec2 icon() const override { return glm::ivec2(18, 11); }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user