File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,15 +217,15 @@ namespace winrt::YtFlowApp::implementation
217
217
{{
218
218
" choices" ,
219
219
{
220
- {{" name" , " Off" },
221
- {" description" , " UDP packets will not go through any rules or proxies" },
222
- {" tcp_next" , " rule-switch.tcp" },
223
- {" udp_next" , " resolve-local.udp" }},
224
220
{{" name" , " On" },
225
221
{" description" , " UDP packets will go through the same routing decisions as TCP "
226
222
" connections, possibly via a proxy" },
227
223
{" tcp_next" , " rule-switch.tcp" },
228
224
{" udp_next" , " rule-switch.udp" }},
225
+ {{" name" , " Off" },
226
+ {" description" , " UDP packets will not go through any rules or proxies" },
227
+ {" tcp_next" , " rule-switch.tcp" },
228
+ {" udp_next" , " resolve-local.udp" }},
229
229
},
230
230
}}}}},
231
231
{
You can’t perform that action at this time.
0 commit comments