mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
b369197ae6
commit
1c027a67b2
@ -1277,6 +1277,10 @@ if new_shortcuts_added or shortcuts_updated:
|
|||||||
except IOError as e:
|
except IOError as e:
|
||||||
print(f"Error writing to shortcuts.vdf: {e}")
|
print(f"Error writing to shortcuts.vdf: {e}")
|
||||||
|
|
||||||
|
# Reset the flags
|
||||||
|
new_shortcuts_added = False
|
||||||
|
shortcuts_updated = False
|
||||||
|
|
||||||
# Print the created shortcuts
|
# Print the created shortcuts
|
||||||
if created_shortcuts:
|
if created_shortcuts:
|
||||||
print("Created Shortcuts:")
|
print("Created Shortcuts:")
|
||||||
|
Loading…
Reference in New Issue
Block a user