mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-08 12:07:50 +02:00
update
This commit is contained in:
@@ -94,6 +94,28 @@ module.exports = async kernel =>
|
||||
}
|
||||
}
|
||||
];
|
||||
menu.push(
|
||||
{
|
||||
icon: 'fa-solid fa-plug',
|
||||
text: 'Reinstall',
|
||||
href: 'install.js',
|
||||
params:
|
||||
{
|
||||
run: true,
|
||||
fullscreen: true
|
||||
}
|
||||
},
|
||||
{
|
||||
icon: 'fa-solid fa-plug',
|
||||
text: 'Factory Reset",
|
||||
href: 'reset.js',
|
||||
params:
|
||||
{
|
||||
run: true,
|
||||
fullscreen: true
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user