Skip to content

Commit

Permalink
Okay to name it facefusion as of local scope
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Apr 9, 2024
1 parent 1bb08e6 commit 6381095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 6381095

Please sign in to comment.