mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
v2ray format migration
This commit is contained in:
@@ -23,7 +23,7 @@ void EditTrojanVLESS::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
|
||||
ui->flow_l->hide();
|
||||
}
|
||||
ui->password->setText(bean->password);
|
||||
ui->flow->addItems(IS_NEKO_BOX ? Preset::SingBox::Flows : Preset::Xray::Flows);
|
||||
ui->flow->addItems(Preset::SingBox::Flows);
|
||||
ui->flow->setCurrentText(bean->flow);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user