invertscroll fix

This commit is contained in:
SquareScreamYT 2024-03-19 20:24:21 +08:00 committed by GitHub
parent 7b4472139a
commit e5a4394e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
runAfterLoad(function() {
if (settings.invertscroll = true) {
if (settings.invertscroll === undefined && navigator.platform.toUpperCase().indexOf('MAC')>=0) {
settings.invertscroll = false;
}
else {