Skip to content

Commit

Permalink
Hopefully it's the last thing before the update
Browse files Browse the repository at this point in the history
  • Loading branch information
Past Ennui committed Jan 31, 2020
1 parent 7903910 commit afab4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/github/joaoh1/okzoomer/OkZoomer.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,14 @@ public void onInitializeClient() {
}
}

/*
//If "Zoom Scrolling" is on, allow for zoom scrolling.
if (config.zoomScrolling) {
if (!shouldScrollZoom) {
shouldScrollZoom = true;
}
}
*/
}
}

Expand Down

0 comments on commit afab4b2

Please sign in to comment.