Disabled the hydralit loader for full page when first opened.

This commit is contained in:
ZeroCool940711 2022-10-12 12:00:06 -07:00
parent 0b09276d3d
commit 863082cc0f

View File

@ -122,7 +122,7 @@ if st.session_state["defaults"].daisi_app.running_on_daisi_io:
#
#if st.session_state["defaults"].debug.enable_hydralit:
app = st.HydraApp(title='Stable Diffusion WebUI', favicon="", sidebar_state="expanded", layout="wide",
hide_streamlit_markers=False, allow_url_nav=True , clear_cross_app_sessions=False)
hide_streamlit_markers=False, allow_url_nav=True , clear_cross_app_sessions=False, use_loader=False)
# should and will be moved to a settings menu in the UI at some point