Move Proxy Settings to under Streaming.

This commit is contained in:
SergeantPanda 2026-07-02 15:06:31 -05:00
parent 0b29edbef7
commit c2daa50bd5

View file

@ -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 },
],
},
{