From c09dc85090a286305ce4f6faf86a71498a792018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 4 May 2015 22:17:05 +0200 Subject: GH-899 fix add mod button not opening the central mods folder --- application/pages/ModFolderPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/pages/ModFolderPage.cpp b/application/pages/ModFolderPage.cpp index 3c55aefc..94575e10 100644 --- a/application/pages/ModFolderPage.cpp +++ b/application/pages/ModFolderPage.cpp @@ -122,7 +122,7 @@ bool ModFolderPage::eventFilter(QObject *obj, QEvent *ev) void ModFolderPage::on_addModBtn_clicked() { QStringList fileNames = QFileDialog::getOpenFileNames( - this, QApplication::translate("ModFolderPage", "Select Loader Mods")); + this, QApplication::translate("ModFolderPage", "Select Loader Mods"), MMC->settings()->get("CentralModsDir").toString()); for (auto filename : fileNames) { m_mods->stopWatching(); -- cgit v1.2.3