From c2daa50bd57634403e2e74b4ef6e9aa0b2ce90d8 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Thu, 2 Jul 2026 15:06:31 -0500 Subject: [PATCH] Move Proxy Settings to under Streaming. --- frontend/src/config/settingsNav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/settingsNav.js b/frontend/src/config/settingsNav.js index 24a0c8b8..4e7c9311 100644 --- a/frontend/src/config/settingsNav.js +++ b/frontend/src/config/settingsNav.js @@ -30,6 +30,7 @@ export const SETTINGS_GROUPS = [ adminOnly: true, sections: [ { id: 'stream-settings', label: 'Stream Settings', icon: Video }, + { id: 'proxy-settings', label: 'Proxy Settings', icon: ArrowLeftRight }, { id: 'stream-profiles', label: 'Stream Profiles', icon: SlidersHorizontal }, { id: 'output-profiles', label: 'Output Profiles', icon: FileOutput }, ], @@ -57,7 +58,6 @@ export const SETTINGS_GROUPS = [ sections: [ { id: 'user-agents', label: 'User-Agents', icon: Monitor }, { id: 'network-access', label: 'Network Access', icon: Network }, - { id: 'proxy-settings', label: 'Proxy Settings', icon: ArrowLeftRight }, ], }, {