mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #412] Ask confirmation before quiting #225
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#225
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?
Originally created by @miguelbarao on GitHub (Apr 16, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/412
Is your feature already implemented in the latest
master?Not implemented.
Is your feature request related to a problem? Please describe.
I tend to use
qto close a window, but it immediately quits the application and stops playing. This is frustrating.Describe the solution you'd like
Asking for confirmation before quitting could prevent this.
@aome510 commented on GitHub (Apr 16, 2024):
it might be better for you to re-bind
qtoClosePopupand use another shortcut to quit the app (C-cfor example)@miguelbarao commented on GitHub (Apr 17, 2024):
Thanks for the suggestion. This solves it.