Grab player focus only when controls are not visible

This commit is contained in:
Rafostar
2020-10-14 12:52:11 +02:00
parent 05c9528723
commit a20a0c8160
2 changed files with 9 additions and 8 deletions

View File

@@ -294,7 +294,7 @@ var App = GObject.registerClass({
isInhibited = (this.inhibitCookie > 0);
}
else {
if(!this.inhibitCookie)
//if(!this.inhibitCookie)
return;
/* Uninhibit seems to be broken as of GTK 3.99.2