Uncomment code to add new entry to shortcuts

fixed duplication
This commit is contained in:
Roy
2026-06-04 23:49:11 -07:00
committed by GitHub
parent 65fb8debb8
commit 4fede75a6e
+2 -2
View File
@@ -3711,8 +3711,8 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir, lau
# Add the new entry to the shortcuts dictionary and add proton
#key = get_next_available_key(shortcuts)
#shortcuts['shortcuts'][key] = new_entry
key = get_next_available_key(shortcuts)
shortcuts['shortcuts'][key] = new_entry
print(f"Added new entry for {appname} to shortcuts.")
new_shortcuts_added = True
created_shortcuts.append(appname)