Skip to content

Commit

Permalink
change arrow steps because geode bad
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Aug 14, 2024
1 parent 9172147 commit aa0cd50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Added setting to choose font for "Now Playing" notifications
- Added an extra child folder in the mod's config directory for enabling/disabling menuloops easily
- Hopefully fix the mistake where macOS ARM support wasn't added the first time in v1.3.0
- Fix arrow steps in settings being wonky
# v1.3.0
- Added macOS support (thx [ninxout](https://github.com/ninXout), [raydeeux](https://github.com/RayDeeUx), and [hiimjustin000](https://github.com/hiimjustin000))
- Added support for `.wav`, `.ogg`/`.oga`, and `.flac` files for custom songs
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"slider": true,
"arrows": true,
"big-arrows": true,
"arrow-step": 0.5,
"big-arrow-step": 1,
"arrow-step": 1,
"big-arrow-step": 2,
"slider-step": 0.1
}
},
Expand Down

0 comments on commit aa0cd50

Please sign in to comment.