mirror of
https://github.com/Rafostar/clapper.git
synced 2026-01-07 20:59:20 +01:00
Fix top time not showing up on fullscreen startup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user