Update y000000000038.cfg

This commit is contained in:
Len 2020-01-13 13:54:43 -05:00 committed by GitHub
parent b8a08419ad
commit 93aaef066f
1 changed files with 7 additions and 1 deletions

View File

@ -1296,12 +1296,18 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern
####################################################################################### #######################################################################################
## Configure the access URL of the Wallpaper ## ## Configure the access URL of the Wallpaper ##
####################################################################################### #######################################################################################
wallpaper_upload.url = {$yealink_t38g_wallpaper} wallpaper_upload.url = {$yealink_t38g_wallpaper}
{if isset($t38g_wallpaper_filename)}
phone_setting.backgrounds = Config:{$t38g_wallpaper_filename}
{else}
phone_setting.backgrounds = Config:yealink_t38g_wallpaper.png
{/if}
#Configure the phone background. #Configure the phone background.
#If you set the custom image (new.png) as phone backgroup, the value is: phone_setting.backgrounds = Config:new.png #If you set the custom image (new.png) as phone backgroup, the value is: phone_setting.backgrounds = Config:new.png
#If you set the system image (pictures(01).png) as phone backgroup, the value is: phone_setting.backgrounds = Resource:pictures(01).png #If you set the system image (pictures(01).png) as phone backgroup, the value is: phone_setting.backgrounds = Resource:pictures(01).png
phone_setting.backgrounds = Config:yealink_t38g_wallpaper.png #phone_setting.backgrounds = Config:yealink_t38g_wallpaper.png
####################################################################################### #######################################################################################
## Configure the access URL of the Screensaver ## ## Configure the access URL of the Screensaver ##