mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Documentation Bouton + Package Lock Update
This commit is contained in:
9
main.js
9
main.js
@@ -73,6 +73,15 @@ function setupMenu() {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Documentation",
|
||||
submenu: [
|
||||
{
|
||||
label: "Accéder au Wiki",
|
||||
click: () => shell.openExternal("https://masteracnolo.github.io/No-Sense/pages/FreedomLoader/index.html"),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const defaultMenu = Menu.getApplicationMenu();
|
||||
|
||||
Reference in New Issue
Block a user