Page 1 of 1
console popup
Posted: Fri Nov 06, 2020 6:52 pm
by jmynheir
Is there a toggle somewhere in options to disable the popup when hovering over monitor in the console? This has become frustrating when navigating the console.
Re: console popup
Posted: Fri Nov 06, 2020 8:23 pm
by knight-of-ni
For the moment, you have to turn off WEB_LIST_THUMBS which is global.
I intend to rework this.
One idea I had was to add an additional option, which would allow you to keep thumbnails on, but with no popup animation.
I also think that adding a small delay to the popup code will help minimize the amount of times the animation is inadvertently triggered when you scrape the thumbnail with the mouse.
Creative ideas are welcome.
I'd love it if someone else took the initiative and submitted a pull request for this.
Re: console popup
Posted: Sun Nov 08, 2020 7:11 am
by jmynheir
I'm not sure if I initiated the PR correctly, but I created one on Github. #3074