chore: prepend new added rules
This commit is contained in:
@@ -276,7 +276,7 @@ export const ProxiesEditorViewer = (props: Props) => {
|
||||
startIcon={<VerticalAlignTopRounded />}
|
||||
onClick={() => {
|
||||
let proxies = handleParse();
|
||||
setPrependSeq([...prependSeq, ...proxies]);
|
||||
setPrependSeq([...proxies, ...prependSeq]);
|
||||
}}
|
||||
>
|
||||
{t("Prepend Proxy")}
|
||||
|
||||
Reference in New Issue
Block a user