mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 01:59:50 +00:00
Move Proxy Settings to under Streaming.
This commit is contained in:
parent
0b29edbef7
commit
c2daa50bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue