Skip to content

Commit

Permalink
.osx: Use the system-native print preview dialog in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
daboe01 authored and mathiasbynens committed Oct 18, 2014
1 parent 44169a9 commit ad2cceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###############################################################################
Expand Down

0 comments on commit ad2cceb

Please sign in to comment.