add ability to configure double click behavior

This commit is contained in:
Kendall Garner 2024-08-19 21:56:55 -07:00
parent 94edda1856
commit 88741a8616
No known key found for this signature in database
GPG key ID: 18D2767419676C87
4 changed files with 36 additions and 2 deletions

View file

@ -472,6 +472,8 @@
"discordRichPresence_description": "enable playback status in {{discord}} rich presence. Image keys are: {{icon}}, {{playing}}, and {{paused}} ",
"discordUpdateInterval": "{{discord}} rich presence update interval",
"discordUpdateInterval_description": "the time in seconds between each update (minimum 15 seconds)",
"doubleClickBehavior": "queue all tracks when double clicking",
"doubleClickBehavior_description": "if true, all matching tracks (e.g. album, playlist, search) will be queued. otherwise, only queue the track clicked",
"enableRemote": "enable remote control server",
"enableRemote_description": "enables the remote control server to allow other devices to control the application",
"externalLinks": "show external links",