console popup

Previous development branch now released as 1.36
Locked
jmynheir
Posts: 14
Joined: Fri Oct 05, 2018 6:24 am

console popup

Post 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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: console popup

Post 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.
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/
jmynheir
Posts: 14
Joined: Fri Oct 05, 2018 6:24 am

Re: console popup

Post by jmynheir »

I'm not sure if I initiated the PR correctly, but I created one on Github. #3074
Locked