Skip to content

Hidden Filename in MediaLibrary IconView

Krishnanand V P requested to merge incrypt0/pitivi:krish into master

Hid the MediaLibrary IconView Filename which was redundant. And There By solved issue #2333 (closed) .

This was pretty straight forward just added the line cell.set_property("visible", False) to hide it.

Merge request reports