mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Add project info editor (#3754)
* Add button to add model info * Initial impl of project info editor * Add sidebar item to edit project info * Add license selector * Fix use of deprecated apis * Fix license combox dark mode * Add back button on project info editor screen --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -836,7 +836,7 @@ end:
|
||||
// BBS: backup all in one dir
|
||||
std::string Model::get_auxiliary_file_temp_path()
|
||||
{
|
||||
return get_backup_path("/Auxiliaries");
|
||||
return get_backup_path("Auxiliaries");
|
||||
}
|
||||
|
||||
// BBS: backup dir
|
||||
|
||||
Reference in New Issue
Block a user