diff options
-rwxr-xr-x | .osx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -645,6 +645,10 @@ defaults write com.google.Chrome.canary ExtensionInstallSources -array "https:// defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false +# Use the system-native print preview dialog +defaults write com.google.Chrome DisablePrintPreview -bool true +defaults write com.google.Chrome.canary DisablePrintPreview -bool true + ############################################################################### # GPGMail 2 # ############################################################################### |