mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
File->Open Project allows to load .amf files
This commit is contained in:
@@ -145,7 +145,7 @@ void MainFrame::update_title()
|
||||
wxString title = wxEmptyString;
|
||||
if (m_plater != nullptr)
|
||||
{
|
||||
wxString project = from_path(into_path(m_plater->get_project_filename()).filename());
|
||||
wxString project = from_path(into_path(m_plater->get_project_filename()).stem());
|
||||
if (!project.empty())
|
||||
title += (project + " - ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user