fix: update navigation references

This commit is contained in:
Carlos Valente
2025-02-18 10:56:52 +01:00
committed by Carlos Valente
parent 0ede753652
commit e01ab0c88b
+13 -5
View File
@@ -250,21 +250,29 @@ function makeSettingsMenu(redirectWindow) {
], ],
}, },
{ {
label: 'Integrations', label: 'Automation',
submenu: [ submenu: [
{ {
label: 'OSC settings', label: 'Automation settings',
click: () => redirectWindow('/editor?settings=integrations__osc'), click: () => redirectWindow('/editor?settings=automation__settings'),
}, },
{ {
label: 'HTTP settings', label: 'Manage automations',
click: () => redirectWindow('/editor?settings=integrations__http'), click: () => redirectWindow('/editor?settings=automation__automations'),
},
{
label: 'Manage triggers',
click: () => redirectWindow('/editor?settings=automation__triggers'),
}, },
], ],
}, },
{ {
label: 'Network', label: 'Network',
submenu: [ submenu: [
{
label: 'Share link',
click: () => redirectWindow('/editor?settings=network__link'),
},
{ {
label: 'Event log', label: 'Event log',
click: () => redirectWindow('/editor?settings=network__log'), click: () => redirectWindow('/editor?settings=network__log'),