Updated the wallpapers variable to be for the T46U (#5959)

The variable for setting the wallpaper was set to T43U even though this is a T46U. This update is to fix that.
This commit is contained in:
Antonio Fernandez
2021-05-29 00:09:20 -04:00
committed by GitHub
parent 5373e97b40
commit abdd532427

View File

@@ -1577,11 +1577,11 @@ features.power_saving.intelligent_mode=
##Single File Size: <=5MB
##2MB of space should bereserved for the phone
wallpaper_upload.url = {$yealink_t43u_wallpaper}
{if isset($yealink_t43u_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_t43u_wallpaper_filename}
wallpaper_upload.url = {$yealink_t46u_wallpaper}
{if isset($yealink_t46u_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_t46u_wallpaper_filename}
{else}
phone_setting.backgrounds = Config:yealink_t43u_wallpaper.png
phone_setting.backgrounds = Config:yealink_t46u_wallpaper.png
{/if}
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S)