mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
feature: Add option to disable background images (#380)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
d10dfdd09d
commit
f2ed3d7f7e
6 changed files with 72 additions and 24 deletions
|
|
@ -721,6 +721,7 @@
|
|||
"@settingsContinue": {},
|
||||
"settingsEnableOsMediaControls": "Enable OS media controls",
|
||||
"@settingsEnableOsMediaControls": {},
|
||||
"settingsEnableOsMediaControlsDesc": "Allow for playback control using media-keys and show current playing media in OS",
|
||||
"settingsHomeBannerDescription": "Display as a slideshow, carousel, or hide the banner",
|
||||
"@settingsHomeBannerDescription": {},
|
||||
"settingsHomeBannerTitle": "Home banner",
|
||||
|
|
@ -1235,5 +1236,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"newUpdateFoundOnGithub": "Found a new update on Github"
|
||||
"newUpdateFoundOnGithub": "Found a new update on Github",
|
||||
"enableBackgroundPostersTitle": "Enable background posters",
|
||||
"enableBackgroundPostersDesc": "Show random posters in applicable screens"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue