Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Custom menu item for Astra 5.62 and newer
- -- Save this script to /etc/astra/mod/menu.lua
- -- app.menu.push - append link to the main menu
- -- app.settings.push - append link to the settings menu
- astra_storage["/mod.js"] = astra_storage["/mod.js"] .. [[
- (function() {
- "use strict";
- var Module = {
- label: "Link",
- link: "http://google.com",
- order: 9,
- };
- app.menu.push(Module);
- })();
- ]]
Advertisement
Add Comment
Please, Sign In to add comment