Chore: clean up testing values pt 2

This commit is contained in:
Marco Rodolfi
2023-06-21 18:37:19 +02:00
parent 04fff476d5
commit b82c9cf6e6
@@ -27,7 +27,7 @@ const installFromZip = async () => {
logger.error('The default path has not been found!');
return;
}
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip'], false, true).then((val) => {
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip'], false, false).then((val) => {
const url = `file://${val.path}`;
console.log(`Installing plugin locally from ${url}`);
installFromURL(url);