mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
GalleryDialog: Changes the paths to the system and custom galleries
This commit is contained in:
parent
8f5715b0d7
commit
4257ffddde
18 changed files with 25 additions and 20 deletions
|
@ -46,9 +46,9 @@ void set_local_dir(const std::string &path);
|
|||
const std::string& localization_dir();
|
||||
|
||||
// Set a path with shapes gallery files.
|
||||
void set_gallery_dir(const std::string &path);
|
||||
// Return a full path to the gallery directory.
|
||||
const std::string& gallery_dir();
|
||||
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();
|
||||
|
||||
// Set a path with preset files.
|
||||
void set_data_dir(const std::string &path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue