From 1bf46a2f128ec277c1f333c6328afd74e2618b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 9 Apr 2021 11:37:19 +0200 Subject: [PATCH] Fix top time not showing up on fullscreen startup --- src/widget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget.js b/src/widget.js index b9dd688e..8458f5a0 100644 --- a/src/widget.js +++ b/src/widget.js @@ -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);