mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 18:29:13 +00:00
Improved error handling and reporting when loading/saving project files; added file lock class to prevent the same project from being opened in multiple PWE instances
This commit is contained in:
@@ -49,7 +49,9 @@ void CProjectOverviewDialog::InternalLoadProject(const QString& rkPath)
|
||||
}
|
||||
|
||||
else
|
||||
Log::Error("Failed to load project");
|
||||
{
|
||||
UICommon::ErrorMsg(this, "Failed to open project! Is it already open in another Prime World Editor instance?");
|
||||
}
|
||||
}
|
||||
|
||||
void CProjectOverviewDialog::OpenProject()
|
||||
|
||||
Reference in New Issue
Block a user