mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-06-08 23:23:53 +02:00
update
This commit is contained in:
@@ -15,6 +15,12 @@ module.exports = async kernel =>
|
||||
{
|
||||
menu =
|
||||
[
|
||||
{
|
||||
icon: 'fa-solid fa-rocket',
|
||||
text: 'Open session',
|
||||
href: memory.url,
|
||||
target: '_blank'
|
||||
},
|
||||
{
|
||||
icon: 'fa-solid fa-desktop',
|
||||
text: 'Server (' + memory.mode + ')',
|
||||
@@ -23,12 +29,6 @@ module.exports = async kernel =>
|
||||
{
|
||||
fullscreen: true
|
||||
}
|
||||
},
|
||||
{
|
||||
icon: 'fa-solid fa-rocket',
|
||||
text: 'Open session',
|
||||
href: memory.url,
|
||||
target: '_blank'
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user