For testing UI without logging in, add Load from XML... to Advanced menu of login.

This commit is contained in:
Lirusaito
2015-11-13 12:02:44 -05:00
parent 701f53e8e6
commit 73916e6483

View File

@@ -711,6 +711,7 @@ void init_menus()
menu->addChild(new LLMenuItemCallGL("Debug Settings...", handle_singleton_toggle<LLFloaterSettingsDebug>, NULL, NULL));
// Debugging view for unified notifications: CTRL-SHIFT-5
menu->addChild(new LLMenuItemCallGL("Notifications Console...", handle_show_notifications_console, NULL, NULL, '5', MASK_CONTROL|MASK_SHIFT));
menu->addChild(new LLMenuItemCallGL("Load from XML...", handle_load_from_xml));
gLoginMenuBarView->addChild(menu);
menu->updateParent(LLMenuGL::sMenuContainer);