We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed6741 commit dfb30d9Copy full SHA for dfb30d9
1 file changed
application/MainWindow.cpp
@@ -1896,7 +1896,7 @@ void MainWindow::checkInstancePathForProblems()
1896
warning.setDefaultButton(QMessageBox::Ok);
1897
warning.exec();
1898
}
1899
- else if (pathfoldername.startsWith(QDir::tempPath()))
+ else if (pathfoldername.startsWith(QDir::tempPath()) || pathfoldername.contains("/TempState/"))
1900
{
1901
QMessageBox warning(this);
1902
warning.setText(tr("Your instance folder is in a temporary folder: \'%1\'!").arg(QDir::tempPath()));
0 commit comments