Modified if for remove everything if no favorite games

This commit is contained in:
Lx32 2024-07-29 22:03:29 +02:00 committed by GitHub
parent 74c681fbe7
commit 864afe5040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,8 +357,7 @@ def addToSteam(systems):
else:
games.append([name,alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'"])
print(alt_command_list[altemulator]+" '"+roms_folder+"/"+system+path[1:]+"'")
if not games==[]:
create_shortcut_new_new(games)
create_shortcut_new_new(games)
def start_config():
global rdhome