[Preferences Refactor] In vanity->tags, remove color swatch disable logic since it doesn't make much sense anymore and isn't refreshing soon enough.
This commit is contained in:
@@ -174,10 +174,6 @@ void LLPrefsAscentVan::refresh()
|
||||
combo->setCurrentByIndex(mSelectedClient);
|
||||
|
||||
childSetEnabled("friends_color_textbox", mUseStatusColors);
|
||||
childSetEnabled("friend_color_swatch", mUseStatusColors || mColorFriendChat);
|
||||
childSetEnabled("estate_owner_color_swatch", mUseStatusColors || mColorEOChat);
|
||||
childSetEnabled("linden_color_swatch", mUseStatusColors || mColorLindenChat);
|
||||
childSetEnabled("muted_color_swatch", mUseStatusColors || mColorMutedChat);
|
||||
|
||||
childSetEnabled("custom_tag_label_text", mCustomTagOn);
|
||||
childSetEnabled("custom_tag_label_box", mCustomTagOn);
|
||||
|
||||
Reference in New Issue
Block a user