Skip to content

Commit

Permalink
feat: #67, updates readme for how to disable the panel
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Oct 16, 2024
1 parent dc0ac9a commit 6c02dd2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ random-songs = 50
spinner = '▁▂▃▄▅▆▇█▇▆▅▄▃▂▁'
```

The song info panel on the queue takes up space, and memory for album art. You can disable this panel with:

```toml
[ui]
hide-info-panel = true
```

If the panel is hidden, no album art will be fetched from the server.

## Usage

### General Navigation
Expand Down

0 comments on commit 6c02dd2

Please sign in to comment.