mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-06 17:47:41 +00:00
feature add flutter version profile version for soft start and log it.
This commit is contained in:
@@ -1082,7 +1082,9 @@ GUI_App::GUI_App()
|
||||
m_page_http_server.setPort(PAGE_HTTP_PORT);
|
||||
m_page_http_server.set_request_handler(HttpServer::web_server_handle_request);
|
||||
m_page_http_server.start();
|
||||
|
||||
BOOST_LOG_TRIVIAL(info) << "[Flutter] Version:"<<common::get_flutter_version();
|
||||
BOOST_LOG_TRIVIAL(info) << "[Profile] Version:" << common::get_profile_version();
|
||||
flush_logs();
|
||||
m_fltviews.set_app(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user