prepare UI for release, disable unused features, rename file format to .ppi
This commit is contained in:
@@ -272,7 +272,7 @@ static void SetupExceptionHandler()
|
||||
BT_SetPreErrHandler([](INT_PTR){
|
||||
if (ui::Canvas::I)
|
||||
{
|
||||
auto path = App::I.data_path + "/recovery.pano";
|
||||
auto path = App::I.data_path + "/recovery.ppi";
|
||||
ui::Canvas::I->project_save_thread(path);
|
||||
static char abspath[MAX_PATH];
|
||||
GetFullPathNameA(path.c_str(), MAX_PATH, abspath, NULL);
|
||||
|
||||
Reference in New Issue
Block a user