Fix avatar presence not logged out properly after a settings restore. FIRE-9005 FIRE-1723
parent
d1826a96bc
commit
b9c10a3cc9
|
|
@ -3415,7 +3415,7 @@ void LLFloaterPreference::onQuitConfirmed(const LLSD& notification,const LLSD& r
|
|||
LLAppViewer::instance()->setSaveSettingsOnExit(FALSE);
|
||||
// Quit the viewer so all gets saved immediately
|
||||
llwarns << "setting to quit" << llendl;
|
||||
LLApp::instance()->setQuitting();
|
||||
LLAppViewer::instance()->requestQuit();
|
||||
}
|
||||
|
||||
void LLFloaterPreference::onClickSelectAll()
|
||||
|
|
|
|||
Loading…
Reference in New Issue