1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

GalleryDialog: Changes the paths to the system and custom galleries

This commit is contained in:
YuSanka
2021-07-14 17:41:37 +02:00
parent 8f5715b0d7
commit 4257ffddde
18 changed files with 25 additions and 20 deletions
+3 -3
View File
@@ -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);