Documentation Bouton + Package Lock Update

This commit is contained in:
MasterAcnolo
2025-11-12 14:48:05 +01:00
parent 138c05f995
commit 783871d131
4 changed files with 29 additions and 20 deletions

View File

@@ -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();