Skip to content

Commit 2363211

Browse files
committed
1 parent ce39f15 commit 2363211

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ screenshots/
2323

2424

2525

26+

addons/github-integration/scripts/Notifications.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ func _on_timeout():
9292
request_notifications()
9393

9494
func request_notifications() -> void:
95+
if not PluginSettings.auto_update_notifications:
96+
return
9597
get_parent().print_debug_message("loading notifications, please wait...")
9698
emit_signal("add_notifications",-get_parent().Header.notifications)
9799
RestHandler.request_invitations_list()

0 commit comments

Comments
 (0)