We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of things that could be implemented:
The text was updated successfully, but these errors were encountered:
Album arts in mpris: Done
Sorry, something went wrong.
Mouse support
Not yet supported by bubbles: charmbracelet/bubbles#303
diff --git a/gui/list.go b/gui/list.go index 98daf9e98dec..3b4a116a1343 100644 --- a/gui/list.go +++ b/gui/list.go @@ -120,7 +120,7 @@ func Render(ins *dbus.Instance, mpv *player.MPV, lastRadioIndex int) int { m.list.Title = "FIP Radios" m.list.Select(lastRadioIndex) - p := tea.NewProgram(&m, tea.WithAltScreen()) + p := tea.NewProgram(&m, tea.WithAltScreen(), tea.WithMouseCellMotion()) program = p
No branches or pull requests
List of things that could be implemented:
Change metadata not on delayToRefresh but when song ends (like intended by the API)(seem to be buggy on official client as well)The text was updated successfully, but these errors were encountered: