How to switch off the tool tips?
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
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.
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
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
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
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
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: How to switch off the tool tips?
listview_tooltips = false
-
abr01
- Posts: 205
- Joined: Tue May 01, 2018 4:57 pm
Re: How to switch off the tool tips?
That was it! I will turn them back on when not selecting images. Thanks!