mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Configuration updates downloading
This commit is contained in:
parent
b49b59cbb2
commit
7dbb2ed6a3
12 changed files with 148 additions and 119 deletions
|
@ -119,7 +119,7 @@ static std::string g_data_dir;
|
|||
|
||||
void set_data_dir(const std::string &dir)
|
||||
{
|
||||
g_data_dir = dir + "-alpha"; // FIXME: Resolve backcompat problems
|
||||
g_data_dir = dir;
|
||||
}
|
||||
|
||||
const std::string& data_dir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue