Skip to content

Advanced configurations

Paddy Xu edited this page Jul 31, 2021 · 14 revisions

Adding advanced configurations

  1. Quit QuickLook if it is running.
  2. Navigate to the data location.
  3. Open QuickLook.config with a text editor. If this file does not exist then run and quit QuickLook once.
  4. Add your desiered config and save the file.
  5. Run QuickLook again.

Show/hide the tray icon (since v3.6.10)

Default is True (show the icon).

  • To hide the icon, write: <ShowTrayIcon>False</ShowTrayIcon>.
  • To show the icon, write: <ShowTrayIcon>True</ShowTrayIcon> or delete the existing line.

Enable/disable window transparency (since v3.6.11-23)

Default is True (enable transparency).

  • To disable transparency, write: <UseTransparency>False</UseTransparency>.
  • To enable transparency, write: <UseTransparency>True</UseTransparency> or delete the existing line.