diff --git a/quickshell/Services/PluginService.qml b/quickshell/Services/PluginService.qml index 24666090..8bd6c0b2 100644 --- a/quickshell/Services/PluginService.qml +++ b/quickshell/Services/PluginService.qml @@ -574,6 +574,12 @@ Singleton { } function scanPlugins() { + const userUrl = Paths.toFileUrl(root.pluginDirectory); + const systemUrl = Paths.toFileUrl(root.systemPluginDirectory); + userWatcher.folder = ""; + userWatcher.folder = userUrl; + systemWatcher.folder = ""; + systemWatcher.folder = systemUrl; resyncDebounce.restart(); }