Skip to content

Commit

Permalink
Merge pull request #606 from GalacticInspired/patch-2
Browse files Browse the repository at this point in the history
Disable Active when NotificationHolder is created
  • Loading branch information
Sceleratis authored Dec 12, 2021
2 parents f799e43 + 42f7f9f commit 8ea0ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainModule/Client/UI/Default/Notification.rbxmx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ return function(data)
if not holder then
client.UI.Make("NotificationHolder")
holder = client.UI.Get("NotificationHolder",nil,true)
holder.Object.ScrollingFrame.Active = false
end

holder = holder.Object.ScrollingFrame
Expand Down

0 comments on commit 8ea0ff8

Please sign in to comment.