Skip to content

Commit

Permalink
Update topbar.py
Browse files Browse the repository at this point in the history
Signed-off-by: David Sage <[email protected]>
  • Loading branch information
DavidDragonsage authored Feb 8, 2025
1 parent fc38f6b commit d428b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enhanced/topbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def get_welcome_image():
if len(welcomes)>1:
welcomes = [p for p in util.get_files_from_folder(path_welcome, ['.jpg', '.jpeg'], None, None) if p != 'welcome.jpg']
file_welcome = random.choice(welcomes)
else:
file_welcome = os.path.join(path_welcome, 'welcome.jpg')
# else:
# file_welcome = os.path.join(path_welcome, 'welcome.jpg')
return file_welcome

def get_preset_name_list():
Expand Down

0 comments on commit d428b04

Please sign in to comment.