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