mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Added icon to toggle lock in pannel (and fixed icon)
This commit is contained in:
@@ -45,7 +45,7 @@ MediaPlayer *MediaSource::mediaplayer() const
|
||||
glm::ivec2 MediaSource::icon() const
|
||||
{
|
||||
if (mediaplayer_->isImage())
|
||||
return glm::ivec2(2, 9);
|
||||
return glm::ivec2(4, 9);
|
||||
else
|
||||
return glm::ivec2(18, 13);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user