Avoid message box if font load failure during startup (#8610)

Move init sys font into GUI_App, after logging has been set up properly (#8603)

This avoid annoying messagebox if somehow failed to load font on windows, and write the message into log files instead
This commit is contained in:
Noisyfox 2025-03-01 13:22:05 +08:00 committed by GitHub
parent 00a44ee48c
commit d89520c8ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1123,7 +1123,6 @@ int CLI::run(int argc, char **argv)
bool start_gui = m_actions.empty() && !downward_check;
if (start_gui) {
BOOST_LOG_TRIVIAL(info) << "no action, start gui directly" << std::endl;
::Label::initSysFont();
#ifdef SLIC3R_GUI
/*#if !defined(_WIN32) && !defined(__APPLE__)
// likely some linux / unix system