mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #447] [MERGED] Add user configuration toggle for the loading indicator #822
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#822
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/Rigellute/spotify-tui/pull/447
Author: @sheelc
Created: 5/10/2020
Status: ✅ Merged
Merged: 5/11/2020
Merged by: @Rigellute
Base:
master← Head:loading_indicator📝 Commits (1)
5be3c60Add user configuration toggle for the loading indicator📊 Changes
3 files changed (+11 additions, -1 deletions)
View changed files
📝
README.md(+2 -0)📝
src/ui/mod.rs(+2 -1)📝
src/user_config.rs(+7 -0)📄 Description
This new setting,
show_loading_indicator, can be added to the behavior sectionof the user configuration. Defaults to
trueto maintain existing behavior ofshowing the loading indicator. Set to
falseto disable the loading indicator.[Resolves #420]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.