mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: configs from list can be choosen
This commit is contained in:
@@ -123,8 +123,8 @@ PageType {
|
|||||||
|
|
||||||
if (index !== ServersModel.getCurrentConfigIndex()) {
|
if (index !== ServersModel.getCurrentConfigIndex()) {
|
||||||
PageController.showBusyIndicator(true)
|
PageController.showBusyIndicator(true)
|
||||||
var prevIndex = ServersModel.getCurrentConfigIndex()
|
|
||||||
ServersModel.setCurrentConfigIndex(index)
|
ServersModel.setCurrentConfigIndex(index)
|
||||||
|
ImportController.editServerConfigWithData(ServersModel.getConfigString(index), ServersModel.getProcessedServerIndex(), index)
|
||||||
PageController.showBusyIndicator(false)
|
PageController.showBusyIndicator(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user