Don't save shapes directory to the "last_dir"

This commit is contained in:
YuSanka 2021-07-21 16:13:40 +02:00
parent c7051c9005
commit 232309a879
4 changed files with 11 additions and 3 deletions

View file

@ -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.