mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix: fixed issue when native connection format preserved after switching p… (#1659)
* fixed issue when native connection format preserved after switching protocol * moved newly added code into handler section
This commit is contained in:
@@ -429,6 +429,11 @@ PageType {
|
|||||||
|
|
||||||
fillConnectionTypeModel()
|
fillConnectionTypeModel()
|
||||||
|
|
||||||
|
if (exportTypeSelector.currentIndex >= root.connectionTypesModel.length) {
|
||||||
|
exportTypeSelector.currentIndex = 0
|
||||||
|
exportTypeSelector.text = root.connectionTypesModel[0].name
|
||||||
|
}
|
||||||
|
|
||||||
if (accessTypeSelector.currentIndex === 1) {
|
if (accessTypeSelector.currentIndex === 1) {
|
||||||
PageController.showBusyIndicator(true)
|
PageController.showBusyIndicator(true)
|
||||||
ExportController.updateClientManagementModel(ContainersModel.getProcessedContainerIndex(),
|
ExportController.updateClientManagementModel(ContainersModel.getProcessedContainerIndex(),
|
||||||
|
|||||||
Reference in New Issue
Block a user