.osx: Fix typo in the Dock spring loading tweak

This commit is contained in:
Mathias Bynens
2012-03-31 14:12:14 +02:00
parent 42f7f7be22
commit 04e19f2b2f
Vendored
+1 -1
View File
@@ -54,7 +54,7 @@ defaults write com.apple.screencapture disable-shadow -bool true
defaults write com.apple.dock mouse-over-hilte-stack -bool true
# Enable spring loading for all Dock items
defaults write enable-spring-load-actions-on-all-items -bool true
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true
# Show indicator lights for open applications in the Dock
defaults write com.apple.dock show-process-indicators -bool true