mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Don't save shapes directory to the "last_dir"
This commit is contained in:
parent
c7051c9005
commit
232309a879
4 changed files with 11 additions and 3 deletions
|
@ -50,6 +50,9 @@ void set_sys_shapes_dir(const std::string &path);
|
|||
// Return a full path to the system shapes gallery directory.
|
||||
const std::string& sys_shapes_dir();
|
||||
|
||||
// Return a full path to the custom shapes gallery directory.
|
||||
std::string custom_shapes_dir();
|
||||
|
||||
// Set a path with preset files.
|
||||
void set_data_dir(const std::string &path);
|
||||
// Return a full path to the GUI resource files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue