.osx: Remove “enable text selection in Quick Look”

As of OS X 10.11, it no longer has any effect.

Closes #580.
This commit is contained in:
Mathias Bynens
2015-10-11 19:45:02 +02:00
parent c0fae30538
commit 2fe242baf2
Vendored
-3
View File
@@ -256,9 +256,6 @@ defaults write com.apple.finder ShowStatusBar -bool true
# Finder: show path bar
defaults write com.apple.finder ShowPathbar -bool true
# Finder: allow text selection in Quick Look
defaults write com.apple.finder QLEnableTextSelection -bool true
# Display full POSIX path as Finder window title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true