YT: auto select best matching resolution for used monitor

This commit is contained in:
Rafał Dzięgiel
2021-04-16 09:47:43 +02:00
parent b02f54a3a6
commit 3a998fb91e
4 changed files with 132 additions and 31 deletions

View File

@@ -578,6 +578,8 @@ class ClapperWidget extends Gtk.Grid
surface.connect('notify::state', this._onStateNotify.bind(this));
surface.connect('layout', this._onLayoutUpdate.bind(this));
this.player._onWindowMap(window);
}
_clearTimeout(name)