From 88f975eff7e44341c7fc35767ff954c7cb27ca9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 11 May 2015 22:50:35 +0200 Subject: NOISSUE only watch mod folders when the user is looking at them --- logic/minecraft/ModList.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'logic') diff --git a/logic/minecraft/ModList.cpp b/logic/minecraft/ModList.cpp index c943c254..a77c5890 100644 --- a/logic/minecraft/ModList.cpp +++ b/logic/minecraft/ModList.cpp @@ -38,6 +38,7 @@ ModList::ModList(const QString &dir, const QString &list_file) void ModList::startWatching() { + update(); is_watching = m_watcher->addPath(m_dir.absolutePath()); if (is_watching) { -- cgit v1.2.3