From ad2cceb822aac174528822eb4958dcde4a93d3a7 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sat, 18 Oct 2014 12:43:05 +0200 Subject: .osx: Use the system-native print preview dialog in Chrome Closes #434. --- .osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 179c544..e4e3628 100755 --- a/.osx +++ b/.osx @@ -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 # ############################################################################### -- cgit v1.2.3