mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 05:59:00 +08:00
Add '-alpha' suffix to data directory for now
This commit is contained in:
parent
b8a06d728a
commit
26511deec0
@ -119,7 +119,7 @@ static std::string g_data_dir;
|
||||
|
||||
void set_data_dir(const std::string &dir)
|
||||
{
|
||||
g_data_dir = dir;
|
||||
g_data_dir = dir + "-alpha"; // FIXME: Resolve backcompat problems
|
||||
}
|
||||
|
||||
const std::string& data_dir()
|
||||
|
Loading…
x
Reference in New Issue
Block a user