mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-25 05:52:50 -05:00
plugins: fix first plugin install reactivity
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user