mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
forgot to completely remove buggy warning
This commit is contained in:
parent
1c48eb2a65
commit
7c295529ac
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const Proxy = ({ id, active }) => {
|
|||
{ id: "automatic", label: t("settings.proxy.automatic") },
|
||||
{ id: "ultraviolet", label: "Ultraviolet" },
|
||||
{ id: "rammerhead", label: "Rammerhead" },
|
||||
{ id: "dynamic", label: "Dynamic " + t("settings.proxy.buggyWarning") }
|
||||
{ id: "dynamic", label: "Dynamic" }
|
||||
];
|
||||
|
||||
const proxyModes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue