@@ -243,6 +243,7 @@ PageType {
243243 drawerParent: root
244244 listView: ListViewWithRadioButtonType {
245245 rootWidth: root .width
246+ currentValue: xhttpMode
246247 model: ListModel {
247248 Component .onCompleted : {
248249 var opts = XrayConfigModel .xhttpModeOptions ()
@@ -335,6 +336,7 @@ PageType {
335336 drawerParent: root
336337 listView: ListViewWithRadioButtonType {
337338 rootWidth: root .width
339+ currentValue: xhttpHeadersTemplate
338340 model: ListModel {
339341 Component .onCompleted : {
340342 var opts = XrayConfigModel .xhttpHeadersTemplateOptions ()
@@ -379,6 +381,7 @@ PageType {
379381 drawerParent: root
380382 listView: ListViewWithRadioButtonType {
381383 rootWidth: root .width
384+ currentValue: xhttpUplinkMethod
382385 model: ListModel {
383386 Component .onCompleted : {
384387 var opts = XrayConfigModel .xhttpUplinkMethodOptions ()
@@ -459,6 +462,7 @@ PageType {
459462 drawerParent: root
460463 listView: ListViewWithRadioButtonType {
461464 rootWidth: root .width
465+ currentValue: xhttpSessionPlacement
462466 model: ListModel {
463467 Component .onCompleted : {
464468 var opts = XrayConfigModel .xhttpSessionPlacementOptions ()
@@ -503,6 +507,7 @@ PageType {
503507 drawerParent: root
504508 listView: ListViewWithRadioButtonType {
505509 rootWidth: root .width
510+ currentValue: xhttpSessionKey
506511 model: ListModel {
507512 Component .onCompleted : {
508513 var opts = XrayConfigModel .xhttpSessionKeyOptions ()
@@ -547,6 +552,7 @@ PageType {
547552 drawerParent: root
548553 listView: ListViewWithRadioButtonType {
549554 rootWidth: root .width
555+ currentValue: xhttpSeqPlacement
550556 model: ListModel {
551557 Component .onCompleted : {
552558 var opts = XrayConfigModel .xhttpSeqPlacementOptions ()
@@ -608,6 +614,7 @@ PageType {
608614 drawerParent: root
609615 listView: ListViewWithRadioButtonType {
610616 rootWidth: root .width
617+ currentValue: xhttpUplinkDataPlacement
611618 model: ListModel {
612619 Component .onCompleted : {
613620 var opts = XrayConfigModel .xhttpUplinkDataPlacementOptions ()
0 commit comments