From 2fe242baf2ca3c9de269120746429188a1e99ef8 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 11 Oct 2015 19:44:12 +0200 Subject: =?UTF-8?q?.osx:=20Remove=20=E2=80=9Cenable=20text=20selection=20i?= =?UTF-8?q?n=20Quick=20Look=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of OS X 10.11, it no longer has any effect. Closes #580. --- .osx | 3 --- 1 file changed, 3 deletions(-) diff --git a/.osx b/.osx index 06c9a67..3550167 100755 --- a/.osx +++ b/.osx @@ -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 -- cgit v1.2.3