This commit is contained in:
cocktailpeanut
2024-01-04 14:41:36 -05:00
parent 54f61ab211
commit 4132c4afed
+1 -1
View File
@@ -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 =