mirror of https://gitlab.com/bashrc2/epicyon
Welcome screen background
parent
f393e78b14
commit
f75ca8fcaf
|
@ -9689,7 +9689,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""
|
"""
|
||||||
imageExtensions = getImageExtensions()
|
imageExtensions = getImageExtensions()
|
||||||
for ext in imageExtensions:
|
for ext in imageExtensions:
|
||||||
for bg in ('follow', 'options', 'login'):
|
for bg in ('follow', 'options', 'login', 'welcome'):
|
||||||
# follow screen background image
|
# follow screen background image
|
||||||
if path.endswith('/' + bg + '-background.' + ext):
|
if path.endswith('/' + bg + '-background.' + ext):
|
||||||
bgFilename = \
|
bgFilename = \
|
||||||
|
|
Loading…
Reference in New Issue