How to switch off the tool tips?
How to switch off the tool tips?
When selecting images from the list, that giant tooltip keeps getting in my way. Isn't there any way to turn that off? I have tried to set Tooltips to false, but they still are visible. It would be optimal to have a switch to turn them off, that could be used in the code for a filter. Because in other situations they are quite useful. By tool tips i mean those infos, that are shown when hovering over an image.
Re: How to switch off the tool tips?
Hi,
try this
Everything Options - 1.5.0.1391a (x64) > Advanced > show_detailed_listview_tooltips: Disabled
try this
Everything Options - 1.5.0.1391a (x64) > Advanced > show_detailed_listview_tooltips: Disabled
Re: How to switch off the tool tips?
Hmm, still got the tooltips. My view mode is very large symbols. Seems there is no other option at the moment.tuska wrote: Fri Apr 18, 2025 4:27 pm Hi,
try this
Everything Options - 1.5.0.1391a (x64) > Advanced > show_detailed_listview_tooltips: Disabled
Re: How to switch off the tool tips?
listview_tooltips = false
Re: How to switch off the tool tips?
That was it! I will turn them back on when not selecting images. Thanks!