self.tooltip = "Automatically authorize account sharing requests\nsent by this player" self:SetChecked(nil) local name = self:GetParent():GetName() _G[name .. "Ask"]:SetChecked(nil) _G[name .. "Never"]:SetChecked(nil) Altoholic.Sharing.Clients:Auth_OnClick(self) Altoholic:ShowWidgetTooltip(self) AltoTooltip:Hide(); self.tooltip = "Ask me whenever an account sharing\nrequest is sent by this player" self:SetChecked(nil) local name = self:GetParent():GetName() _G[name .. "Auto"]:SetChecked(nil) _G[name .. "Never"]:SetChecked(nil) Altoholic.Sharing.Clients:Auth_OnClick(self) Altoholic:ShowWidgetTooltip(self) AltoTooltip:Hide(); self.tooltip = "Automatically REJECT account sharing\nrequests sent by this player" self:SetChecked(nil) local name = self:GetParent():GetName() _G[name .. "Auto"]:SetChecked(nil) _G[name .. "Ask"]:SetChecked(nil) Altoholic.Sharing.Clients:Auth_OnClick(self) Altoholic:ShowWidgetTooltip(self) AltoTooltip:Hide(); FauxScrollFrame_OnVerticalScroll(self, offset, 18, Altoholic.Sharing.Clients.Update) Altoholic.Sharing.Content:Check_OnClick(self, button) FauxScrollFrame_OnVerticalScroll(self, offset, 18, Altoholic.Sharing.Content.Update) Altoholic.Sharing.AvailableContent:Check_OnClick(self, button) FauxScrollFrame_OnVerticalScroll(self, offset, 18, Altoholic.Sharing.AvailableContent.Update)