diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-12 17:42:23 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-12 17:42:23 +0300 |
commit | 228a25256e7b1a7919d33a8289430282f5fecbb0 (patch) | |
tree | 530a34548d3994da63562a175150e12a57bcffc5 /indra/newview/llfloaterpreference.h | |
parent | 6e00f93f8deb66f35259e945efb4d360274b9d1e (diff) |
SL-1397 FIXED Check mark doesn't switch when clicking on the label "Mute when minimized" in Preferences
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 8339a18296..a24b69ddbf 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -244,6 +244,7 @@ private: //for "Show my Favorite Landmarks at Login" static void handleFavoritesOnLoginChanged(LLUICtrl* checkbox, const LLSD& value); + static void toggleMuteWhenMinimized(); typedef std::map<std::string, LLColor4> string_color_map_t; string_color_map_t mSavedColors; |