mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
UI info procrastination
This commit is contained in:
@@ -239,5 +239,5 @@ glm::ivec2 CloneSource::icon() const
|
||||
|
||||
std::string CloneSource::info() const
|
||||
{
|
||||
return std::string("clone of '") + origin_->name() + "'";
|
||||
return std::string("clone of ") + cloning_provenance_label[provenance_] + " from '" + origin_->name() + "'";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user