mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #253] [MERGED] Add Mute command #1624
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#1624
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/253
Author: @catumin
Created: 9/14/2023
Status: ✅ Merged
Merged: 9/22/2023
Merged by: @aome510
Base:
master← Head:mute📝 Commits (6)
2ea4d79Add Mute commandc5a550eTurn Mute into a toggle1bfa73bResolve clippy/fmt suggestions8b7d9a0Add UI for mutea3930acsimplifyToggleMutelogic and handle increase/decrease volume on mute3f7e488update readme📊 Changes
7 files changed (+52 additions, -4 deletions)
View changed files
📝
README.md(+1 -0)📝
spotify_player/src/client/mod.rs(+21 -1)📝
spotify_player/src/command.rs(+2 -0)📝
spotify_player/src/config/keymap.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+4 -0)📝
spotify_player/src/state/player.rs(+2 -0)📝
spotify_player/src/ui/playback.rs(+18 -3)📄 Description
Resolves https://github.com/aome510/spotify-player/issues/243.
Add the ability to immediately set volume to 0% as requested in #243. I bound it to _ since "Shift + -" made sense to me, as it's basically super volume decrease.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.