Skip to content

Commit

Permalink
Comm Notification Settings - Retail
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Apr 29, 2024
1 parent 462703a commit a1a0619
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ElvUI/Mainline/Modules/Skins/Communities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,15 @@ function S:Blizzard_Communities()

-- Notification Settings Dialog
local NotificationSettings = _G.CommunitiesFrame.NotificationSettingsDialog
S:HandleDropDownBox(NotificationSettings.CommunitiesListDropDownMenu)
NotificationSettings.Selector:StripTextures()
S:HandleFrame(NotificationSettings)
S:HandleDropDownBox(NotificationSettings.CommunitiesListDropDownMenu, 190)
S:HandleCheckBox(NotificationSettings.ScrollFrame.Child.QuickJoinButton)
S:HandleButton(NotificationSettings.ScrollFrame.Child.AllButton)
S:HandleButton(NotificationSettings.ScrollFrame.Child.NoneButton)
S:HandleScrollBar(NotificationSettings.ScrollFrame.ScrollBar)
S:HandleButton(NotificationSettings.Selector.OkayButton)
S:HandleButton(NotificationSettings.Selector.CancelButton)

-- Create Channel Dialog
local EditStreamDialog = CommunitiesFrame.EditStreamDialog
Expand Down

0 comments on commit a1a0619

Please sign in to comment.