feature(Library): Use dialog to ask what to play (#111)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-11-03 10:38:48 +01:00 committed by GitHub
parent cb4b416bfc
commit 44c3763848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 135 additions and 48 deletions

View file

@ -1117,5 +1117,7 @@
"schemeSettingsRainbow": "Rainbow",
"schemeSettingsFruitSalad": "Fruit salad",
"clientSettingsRequireWifiTitle": "Require Wi-Fi",
"clientSettingsRequireWifiDesc": "Only download when connected to a Wi-Fi network"
"clientSettingsRequireWifiDesc": "Only download when connected to a Wi-Fi network",
"libraryShuffleAndPlayItems": "Shuffle and play items",
"libraryPlayItems": "Play items"
}