Update NSLGameScanner.py

This commit is contained in:
Roy 2025-01-04 10:11:32 -08:00 committed by GitHub
parent 414e92d162
commit 29c846cb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1559,7 +1559,7 @@ if new_shortcuts_added or shortcuts_updated:
print(name)
# Combine the names of created shortcuts into a single notification message
notification_text = "Added the following games to your Steam library:\n" + "\n".join(created_shortcuts)
notification_text = "Added the following games to your Steam library, dont forget to restart steam!:\n" + "\n".join(created_shortcuts)
time.sleep(1)