GH-228 do not recurse into reparse points when deleting instances
This commit is contained in:
@ -61,7 +61,7 @@ void BaseInstance::iconUpdated(QString key)
|
||||
|
||||
void BaseInstance::nuke()
|
||||
{
|
||||
QDir(instanceRoot()).removeRecursively();
|
||||
deletePath(instanceRoot());
|
||||
emit nuked(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user