diff options
author | rowanbeentje <rowan@beent.je> | 2009-06-25 23:05:44 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-06-25 23:05:44 +0000 |
commit | 11790e1f90b457f440b2d2bd36a7a576dc1e427d (patch) | |
tree | 2ccdbd20bfbc246e0de31ccf9c354a763c6645ae /Resources | |
parent | 4f7a6885813b7e8bd2e09c00567fd88a20c66af7 (diff) | |
download | sequelpro-11790e1f90b457f440b2d2bd36a7a576dc1e427d.tar.gz sequelpro-11790e1f90b457f440b2d2bd36a7a576dc1e427d.tar.bz2 sequelpro-11790e1f90b457f440b2d2bd36a7a576dc1e427d.zip |
- Revert r844, making background printing draw from the print accessory view again. Improve by setting background printing to on by default, read on startup.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/PreferenceDefaults.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index ec642bbd..55ef1071 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -84,5 +84,9 @@ <true/> <key>ConsoleShowHelps</key> <true/> + <key>PrintBackground</key> + <true/> + <key>PrintImagePreviews</key> + <true/> </dict> </plist> |