Skip to content

Commit

Permalink
allow configure settings highlight click on macOS high sierra (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
pettomartino authored Feb 23, 2020
1 parent 911b1d2 commit 9765e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/preferences/categories/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class General extends React.Component {

componentDidMount() {
this.setState({
showCursorSupported: electron.remote.require('./utils/macos-version').isGreaterThanOrEqualTo('10.14')
showCursorSupported: electron.remote.require('./utils/macos-version').isGreaterThanOrEqualTo('10.13')
});
}

Expand Down

0 comments on commit 9765e0b

Please sign in to comment.