mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Profiles for the alpha are stored into the PrusaSlicer-alpha directory
to not mix with the current release.
This commit is contained in:
@@ -185,7 +185,9 @@ bool GUI_App::on_init_inner()
|
|||||||
wxCHECK_MSG(wxDirExists(resources_dir), false,
|
wxCHECK_MSG(wxDirExists(resources_dir), false,
|
||||||
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
|
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
|
||||||
|
|
||||||
SetAppName(SLIC3R_APP_KEY);
|
// Profiles for the alpha are stored into the PrusaSlicer-alpha directory to not mix with the current release.
|
||||||
|
// SetAppName(SLIC3R_APP_KEY);
|
||||||
|
SetAppName(SLIC3R_APP_KEY "-alpha");
|
||||||
SetAppDisplayName(SLIC3R_APP_NAME);
|
SetAppDisplayName(SLIC3R_APP_NAME);
|
||||||
|
|
||||||
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.
|
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.
|
||||||
|
|||||||
Reference in New Issue
Block a user