Closed DavidPhillipOster closed 2 years ago
No U.I. yet, and by default OCR is enabled. To test this:
defaults write ~/Library/Containers/com.ToWatchList.SimpleComic/Data/Library/Preferences/com.ToWatchList.SimpleComic.plist OCRDisableKey -bool TRUE
to re-enable OCR:
defaults delete ~/Library/Containers/com.ToWatchList.SimpleComic/Data/Library/Preferences/com.ToWatchList.SimpleComic.plist OCRDisableKey
It's safe to toggle this while the app is running, but for now, you'll need to 'next page' to see the effect of the change to the preference key.
Cherry-picked the commits. For future pull requests, try to rebase.
Thanks for teaching me. In future, you'll get a cleaner commit history from me.
No U.I. yet, and by default OCR is enabled. To test this:
to re-enable OCR:
It's safe to toggle this while the app is running, but for now, you'll need to 'next page' to see the effect of the change to the preference key.