Skip to content

Commit

Permalink
Set C_AL_CALC for macOS and iOS to false (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
bttnns authored Nov 3, 2024
1 parent 6e37f21 commit 644fc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/data/hid.js
Original file line number Diff line number Diff line change
Expand Up @@ -6537,8 +6537,8 @@ export default [
windows: null,
linux: true,
android: true,
macos: null,
ios: null,
macos: false,
ios: false,
},
footnotes: {},
},
Expand Down

0 comments on commit 644fc82

Please sign in to comment.