toggle for "show cached thumbs only"

Features wanted...
Post Reply
autocart
Posts: 1248
Joined: 26 Sep 2013 15:22

toggle for "show cached thumbs only"

Post by autocart »

Hi all, Don,

This is a nice start but I found myself in situations where I want to disable "show cached thumbs only" when browsing certain folders or drives, e.g. a slow android smartphone.
Unfortunately,

Code: Select all

settingp "cachethumbsreadonly", 0/1;
does not offer a toggle and I could not find a way of how to read the current setting (in order to write a toggle code).

Would you be willing to improve this, Don?

Additionally/alternatively I also thought it would be nice to have this setting stored in FVS, but FVS do not work with an android smartphone path. :cry:

Besides, a user button cannot be made to indicate a pressed state for 1 and a normal (unpressed) state for 0, can it?

Regards, S.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: toggle for "show cached thumbs only"

Post by highend »

- As long as settingp is used, savesettings to write a tmp ini file, read the CacheReadOnly entry value

- ctbstate()?
One of my scripts helped you out? Please donate via Paypal

autocart
Posts: 1248
Joined: 26 Sep 2013 15:22

Re: toggle for "show cached thumbs only"

Post by autocart »

THX, highend. This solves it for me well enough atm.

Post Reply