mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
renamed amenziawireguard to awg
This commit is contained in:
@@ -52,7 +52,7 @@ PageType {
|
||||
clip: true
|
||||
interactive: false
|
||||
|
||||
model: AmneziaWireGuardConfigModel
|
||||
model: AwgConfigModel
|
||||
|
||||
delegate: Item {
|
||||
implicitWidth: listview.width
|
||||
@@ -313,7 +313,7 @@ PageType {
|
||||
onClicked: {
|
||||
forceActiveFocus()
|
||||
PageController.showBusyIndicator(true)
|
||||
InstallController.updateContainer(AmneziaWireGuardConfigModel.getConfig())
|
||||
InstallController.updateContainer(AwgConfigModel.getConfig())
|
||||
PageController.showBusyIndicator(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user