Skip to content

Commit

Permalink
Fix DesktopAppConfig defaulting to enabling dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Apr 10, 2023
1 parent a9f5f17 commit 77dc7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InterSpecServer.cpp
Expand Up @@ -919,7 +919,7 @@ std::string file_to_open_on_load( const std::string &session_token )
m_http_port( 0 ),
m_require_token( true ),
m_allow_restore( true ),
m_open_dev_tools( true )
m_open_dev_tools( false )
#if( USE_LEAFLET_MAP )
, m_arcgis_key("")
#endif
Expand Down

0 comments on commit 77dc7b3

Please sign in to comment.