console popup
console popup
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.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: console popup
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.
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.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: console popup
I'm not sure if I initiated the PR correctly, but I created one on Github. #3074