mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #458] show_loading_indicator: false doesn't do anything #191
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#191
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 @hihiyes on GitHub (May 12, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/458
Putting
behavior: show_loading_indicator: falseinto config.yml doesn't seem to have an effect, the loading indicator still shows. Changing shorcuts works, so the config.yml file is definitely loading.@Rigellute commented on GitHub (May 13, 2020):
Which verison of spotify-tui are you on?
Disabling the loading indicator is not yet released, which might explain why you're not seeing it.
Or are you compiling spotify-tui yourself?
@hihiyes commented on GitHub (May 13, 2020):
Oh that explains it, I'm on 0.18. Thanks!