FIX: Open provided file at startup (#11419)

This commit is contained in:
Kiss Lorand
2025-11-22 15:49:51 +02:00
committed by GitHub
parent 3367648ec0
commit 589eb2cfeb
3 changed files with 16 additions and 5 deletions

View File

@@ -350,6 +350,7 @@ public:
m_exported_file = exported_file;
}
bool is_empty_project();
bool is_multi_extruder_ams_empty();
// BBS
bool is_new_project_and_check_state() { return m_new_project_and_check_state; }