Fix top time not showing up on fullscreen startup

This commit is contained in:
Rafał Dzięgiel
2021-04-09 11:37:19 +02:00
parent a39c67e5e7
commit 1bf46a2f12

View File

@@ -107,11 +107,11 @@ class ClapperWidget extends Gtk.Grid
revealControls(isAllowInput)
{
this._checkSetUpdateTimeInterval();
this.revealerTop.revealChild(true);
this.revealerBottom.revealChild(true);
this._checkSetUpdateTimeInterval();
if(isAllowInput)
this.setControlsCanFocus(true);