diff --git a/src/gui/folderwatcher.cpp b/src/gui/folderwatcher.cpp index 00ba227b7..3d1f73cba 100644 --- a/src/gui/folderwatcher.cpp +++ b/src/gui/folderwatcher.cpp @@ -133,6 +133,7 @@ void FolderWatcher::startNotificationTestWhenReady() QFile f(path); f.open(QIODevice::WriteOnly | QIODevice::Append); } + FileSystem::setFileHidden(path, true); QTimer::singleShot(5000, this, [this]() { if (!_testNotificationPath.isEmpty())