We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee09050 commit 22943daCopy full SHA for 22943da
src/daemon/daemon.cpp
@@ -119,6 +119,9 @@ namespace appimagelauncher::daemon {
119
}
120
121
bool Daemon::startWatching() {
122
+ // make sure the watched directories list is up to date
123
+ _watcher->updateWatchedDirectories(watchedDirectories());
124
+
125
// search directories to watch once initially
126
// we *have* to do this even though we connect this signal above, as the first update occurs in the constructor
127
// and we cannot connect signals before construction has finished for obvious reasons
0 commit comments