mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-09-20 07:32:15 +02:00
update
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = async kernel =>
|
||||
{
|
||||
if (kernel.running(__dirname, 'start.js'))
|
||||
{
|
||||
const memory = kernel.memory.local[path.resolve(__dirname, "start.json")]
|
||||
const memory = kernel.memory.local[path.resolve(__dirname, "start.js")]
|
||||
if (memory && memory.url && memory.mode)
|
||||
{
|
||||
menu =
|
||||
|
||||
Reference in New Issue
Block a user