From 1fe762488b44caed4457b92876ee8cdf2bf35661 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Thu, 8 Feb 2024 15:09:46 -0500 Subject: [PATCH] Standardize plugin location based on forum feedback Fix to use AppLocalDataLocation Signed-off-by: Geoff Hutchison --- avogadro/qtplugins/plugindownloader/downloaderwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avogadro/qtplugins/plugindownloader/downloaderwidget.cpp b/avogadro/qtplugins/plugindownloader/downloaderwidget.cpp index 2dec8a990..8762de551 100644 --- a/avogadro/qtplugins/plugindownloader/downloaderwidget.cpp +++ b/avogadro/qtplugins/plugindownloader/downloaderwidget.cpp @@ -46,7 +46,7 @@ DownloaderWidget::DownloaderWidget(QWidget* parent) : QDialog(parent), m_ui(new Ui::DownloaderWidget) { m_filePath = - QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); + QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation); m_NetworkAccessManager = new QNetworkAccessManager(this); m_ui->setupUi(this); // enable links in the readme to open an external browser