mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #931] [MERGED] feat: add mouse scroll to incease/decrease volume #932
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#932
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/931
Author: @Alimedhat000
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @aome510
Base:
master← Head:feat/mouse-scroll-volume📝 Commits (4)
c53ead7feat: add mouse scroll to incease/decrease volume4c68534fix: simplify handling with a boolean instead of keymapc3159a7Merge branch 'master' into feat/mouse-scroll-volumee0ca649cleanup📊 Changes
3 files changed (+51 additions, -20 deletions)
View changed files
📝
docs/config.md(+2 -0)📝
spotify_player/src/config/mod.rs(+6 -0)📝
spotify_player/src/event/mod.rs(+43 -20)📄 Description
Adds mouse scroll support to increase/decrease volume.
Resolves #446.
In
app.toml:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.