File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -493,11 +493,15 @@ function S:Blizzard_Communities()
493
493
494
494
-- Notification Settings Dialog
495
495
local NotificationSettings = _G .CommunitiesFrame .NotificationSettingsDialog
496
- S :HandleDropDownBox (NotificationSettings .CommunitiesListDropDownMenu )
496
+ NotificationSettings .Selector :StripTextures ()
497
+ S :HandleFrame (NotificationSettings )
498
+ S :HandleDropDownBox (NotificationSettings .CommunitiesListDropDownMenu , 190 )
497
499
S :HandleCheckBox (NotificationSettings .ScrollFrame .Child .QuickJoinButton )
498
500
S :HandleButton (NotificationSettings .ScrollFrame .Child .AllButton )
499
501
S :HandleButton (NotificationSettings .ScrollFrame .Child .NoneButton )
500
502
S :HandleScrollBar (NotificationSettings .ScrollFrame .ScrollBar )
503
+ S :HandleButton (NotificationSettings .Selector .OkayButton )
504
+ S :HandleButton (NotificationSettings .Selector .CancelButton )
501
505
502
506
-- Create Channel Dialog
503
507
local EditStreamDialog = CommunitiesFrame .EditStreamDialog
You can’t perform that action at this time.
0 commit comments