diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp index 19e1f2a1d..9d945ece8 100644 --- a/src/Gui/MainWindow.cpp +++ b/src/Gui/MainWindow.cpp @@ -1981,6 +1981,11 @@ MainWindow::loadCompleted(QString name, Context *context) // clear splash - progress whilst loading tab //clearSplash(); + // setup the WebEngine paths + QString temp = const_cast(context->athlete->directoryStructure())->temp().absolutePath(); + context->webEngineProfile->setCachePath(temp); + context->webEngineProfile->setPersistentStoragePath(temp); + // first tab athletetabs.insert(currentAthleteTab->context->athlete->home->root().dirName(), currentAthleteTab);