This commit is contained in:
cocktailpeanut
2024-01-04 14:42:24 -05:00
parent 4132c4afed
commit ee7ab0e471
+6 -6
View File
@@ -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'
}
];
}