mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Grab player focus only when controls are not visible
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user