View Single Post
Quote:
Originally Posted by debuskjt
Is there a reason OmniWeb won't allow the user the option of clearing downloads from the Downloads window immediately after they're finished?

Having to wait a day is really annoying, and it's an option every other browser out there has implemented. Consider OmniWeb is one of the more feature rich browsers out there, I can't figure out why Omni hasn't already done this.
If you want you can actually do this now by doing a defaults write in the terminal.

Open a terminal window and at the prompt enter:

defaults write com.omnigroup.OmniWeb5 OWPersistentDownloadsTimeout -int 1

The number at the end is in seconds so the above will clear your download window out after one second.