logo, release notes, readme update

This commit is contained in:
Rad
2026-04-11 03:50:16 +02:00
parent f9e18d53c4
commit 0019ad9688
43 changed files with 133 additions and 193 deletions
+1 -1
View File
@@ -14346,7 +14346,7 @@ void Plater::priv::set_project_name(const wxString& project_name)
m_project_name = project_name;
//update topbar title
#ifdef __WINDOWS__
wxGetApp().mainframe->SetTitle(m_project_name + " - Snapmaker Orca");
wxGetApp().mainframe->SetTitle(m_project_name + " - SnapmakerOrca-FullSpectrum");
wxGetApp().mainframe->topbar()->SetTitle(m_project_name);
#else
wxGetApp().mainframe->SetTitle(m_project_name);