diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-26 10:52:23 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-26 10:52:23 +0200 |
commit | 9d681027b343a68a4e1151855145b79b95717d57 (patch) | |
tree | b77c6e2f915307a0cf7d1320a403068c298e33ac /indra/newview/llfloaterpreference.h | |
parent | 9353dd38b1922c4e01d90c469df4013e21b6e9e2 (diff) |
MAINT-5699 Graphics preset changes to None each time the Advanced Graphics floater is opened
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-x | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 03dab13689..8de65b733b 100755 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -176,6 +176,7 @@ public: void buildPopupLists(); static void refreshSkin(void* data); void selectPanel(const LLSD& name); + void saveGraphicsPreset(std::string& preset); private: @@ -196,6 +197,7 @@ private: std::string mDirectoryVisibility; LLAvatarData mAvatarProperties; + std::string mSavedGraphicsPreset; LOG_CLASS(LLFloaterPreference); }; @@ -271,6 +273,7 @@ public: LLFloaterPreferenceGraphicsAdvanced(const LLSD& key); ~LLFloaterPreferenceGraphicsAdvanced(); void onOpen(const LLSD& key); + void onClickCloseBtn(bool app_quitting); void disableUnavailableSettings(); void refreshEnabledGraphics(); void refreshEnabledState(); |