mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Hide end time together with title when stopped
This commit is contained in:
@@ -128,6 +128,9 @@ class ClapperRevealerTop extends CustomRevealer
|
||||
|
||||
this.set_child(revealerBox);
|
||||
|
||||
this.mediaTitle.bind_property('visible', this.endTime, 'visible',
|
||||
GObject.BindingFlags.DEFAULT
|
||||
);
|
||||
this.connect('notify::child-revealed', this._onTopRevealed.bind(this));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user