Fixed "Always allow fly" - A new setting was added instead of using the one already in.
Still fighting with the Windlight bar. Added some other options in? I don't know any more. Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -137,10 +137,9 @@ LLOverlayBar::LLOverlayBar()
|
||||
|
||||
bool updateAdvSettingsPopup(const LLSD &data)
|
||||
{
|
||||
LLOverlayBar::sAdvSettingsPopup = gSavedSettings.getBOOL("wlfAdvSettingsPopup");
|
||||
gOverlayBar->childSetVisible("AdvSettings_container", !LLOverlayBar::sAdvSettingsPopup);
|
||||
gOverlayBar->childSetVisible("AdvSettings_container_exp", LLOverlayBar::sAdvSettingsPopup);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool updateChatVisible(const LLSD &data)
|
||||
|
||||
Reference in New Issue
Block a user