mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #852] [MERGED] feat: optional transient notifications #902
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#902
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/852
Author: @kirpy0x
Created: 10/13/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @aome510
Base:
master← Head:feat/transient-notify📝 Commits (4)
aac99ebadded the option to make notifications transient, added to docs and exampleeb6c33aMerge branch 'master' into feat/transient-notifyed8dd33Merge branch 'aome510:master' into feat/transient-notifyb10d916cleanup📊 Changes
4 files changed (+13 additions, -0 deletions)
View changed files
📝
docs/config.md(+1 -0)📝
examples/app.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+5 -0)📝
spotify_player/src/config/mod.rs(+6 -0)📄 Description
Added the option to make notifications transient with
notify_transient = true.For those who like to see it pop up but don't care to see it stay in their notification center.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.