mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Lower the priority of showing chapter popover
This commit is contained in:
2
src/controls.js
vendored
2
src/controls.js
vendored
@@ -463,7 +463,7 @@ class ClapperControls extends Gtk.Box
|
||||
debug(`changing chapter visibility to: ${isVisible}`);
|
||||
|
||||
this[`chapter${type}Id`] = GLib.idle_add(
|
||||
GLib.PRIORITY_DEFAULT_IDLE,
|
||||
GLib.PRIORITY_DEFAULT_IDLE + 20,
|
||||
() => {
|
||||
if(isVisible) {
|
||||
const [start, end] = this.positionScale.get_slider_range();
|
||||
|
Reference in New Issue
Block a user