mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
File->Open Project allows to load .amf files
This commit is contained in:
parent
68bffee102
commit
8ae1dfd4d0
4 changed files with 23 additions and 11 deletions
|
@ -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 + " - ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue