mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
NOISSUE only watch mod folders when the user is looking at them
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user