Hide end time together with title when stopped

This commit is contained in:
Rafał Dzięgiel
2021-04-09 17:54:48 +02:00
parent fa1455556b
commit ebe72f20b5
2 changed files with 4 additions and 3 deletions

View File

@@ -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));
}