Page 1 of 1

Icon overlays in network locations

Posted: 13 Mar 2010 18:32
by MrSpock
Windows Explorer is able to show the TortoiseSVN icon overlays on both local and remote drives. How do I achieve this in XYplorer?

Re: Icon overlays in network locations

Posted: 13 Mar 2010 19:07
by admin
There's a tweak:

Code: Select all

v7.70.0001 - 2008-10-17 12:28
    * Icon Overlays: Now they are only retrieved for local locations, 
      not for network locations. Reason: Retrieving icons slows down 
      network browsing even if there are no overlays to be found, and 
      the latter is quite likely the case.
      If you do need Icon Overlays on network locations you can use the 
      following new tweak:
        [Settings]
        ShowIconOverlaysOnNetwork=1

Re: Icon overlays in network locations

Posted: 13 Mar 2010 22:21
by MrSpock
Thanks! Exactly what I was looking for.