PixInsight Forum (historical)

PixInsight => Wish List => Topic started by: mschuster on 2013 December 14 08:43:08

Title: 1065 Disable view selector thumbnails?
Post by: mschuster on 2013 December 14 08:43:08
I'd like a new option in Preferences > Special GUI Effects to disable these thumbnails. Frankly, I like PI better without them.
Thanks,
Mike
Title: Re: 1065 Disable view selector thumbnails?
Post by: Juan Conejero on 2013 December 14 20:12:10
In the final 1.8.0 version (build 1070), you can disable ViewList thumbnails with the following command from the Process Console:

   set MainWindow/ShowViewListImageThumbnails=false

This global flag still isn't accessible from the Preferences interface. It will be available in the next version.

For a list of all configurable global flags, enter this command:

   set -lb

For more information on the set command:

   help set
Title: Re: 1065 Disable view selector thumbnails?
Post by: mschuster on 2013 December 15 17:51:11
Juan, thank you. Just a note: I found three flags for different types of thumbnails. It is nice they can be enabled/disabled independently.
Mike

Process window: set MainWindow/ShowViewListImageThumbnails=true/false
Image window: set ImageWindow/ShowViewSelectorImageThumbnails=true/false
Workspace icon: set MainWindow/ShowWorkspaceThumbnails=true/false