From 67b22c8105f872582279274593bed431b3dd6510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 4 Apr 2016 01:30:37 +0200 Subject: GH-575 clean up ModList - remove all legacy and obsolete parts --- application/pages/ModFolderPage.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'application') diff --git a/application/pages/ModFolderPage.cpp b/application/pages/ModFolderPage.cpp index cef4ed73..b838ed10 100644 --- a/application/pages/ModFolderPage.cpp +++ b/application/pages/ModFolderPage.cpp @@ -145,12 +145,10 @@ void ModFolderPage::on_addModBtn_clicked() this->parentWidget()); if (!list.empty()) { - m_mods->stopWatching(); for (auto filename : list) { m_mods->installMod(filename); } - m_mods->startWatching(); } } @@ -161,9 +159,7 @@ void ModFolderPage::on_rmModBtn_clicked() if (!lastfirst(list, first, last)) return; - m_mods->stopWatching(); m_mods->deleteMods(first, last); - m_mods->startWatching(); } void ModFolderPage::on_viewModBtn_clicked() -- cgit v1.2.3