Welcome screen background

merge-requests/21/head
Bob Mottram 2021-02-26 16:07:18 +00:00
parent f393e78b14
commit f75ca8fcaf
1 changed files with 1 additions and 1 deletions

View File

@ -9689,7 +9689,7 @@ class PubServer(BaseHTTPRequestHandler):
"""
imageExtensions = getImageExtensions()
for ext in imageExtensions:
for bg in ('follow', 'options', 'login'):
for bg in ('follow', 'options', 'login', 'welcome'):
# follow screen background image
if path.endswith('/' + bg + '-background.' + ext):
bgFilename = \