idk what this does but works

This commit is contained in:
SquareScreamYT 2024-03-19 20:25:35 +08:00 committed by GitHub
parent e5a4394e9f
commit 001e20c302
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 === undefined && navigator.platform.toUpperCase().indexOf('MAC')>=0) {
if (navigator.platform.toUpperCase().indexOf('MAC')>=0) {
settings.invertscroll = false;
}
else {