mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
feat: Add volume indicator and scroll handles on entire screen (#443)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
715e707bb6
commit
d0d6a2ffa6
5 changed files with 191 additions and 95 deletions
|
|
@ -1317,5 +1317,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"blurred": "Blurred"
|
||||
"blurred": "Blurred",
|
||||
"volumeIndicator": "Volume: {volume}",
|
||||
"@volumeIndicator": {
|
||||
"placeholders": {
|
||||
"volume": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue