From 638109510ecf4884a2fd83a5867eb54797cf22ad Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 9 Apr 2024 19:35:42 +0200 Subject: [PATCH] Okay to name it facefusion as of local scope --- menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.js b/menu.js index 91973ba..5b086a0 100644 --- a/menu.js +++ b/menu.js @@ -2,7 +2,7 @@ const path = require('path'); module.exports = async kernel => { - const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js') + const hasInstall = await kernel.exists(__dirname, 'facefusion') && !await kernel.running(__dirname, 'install.js'); let menu = [];