fix: full config default filename (#1831)

This commit is contained in:
MrMirDan
2025-09-03 06:57:30 +03:00
committed by GitHub
parent ec60764072
commit 02a52d0169

View File

@@ -160,7 +160,7 @@ PageType {
PageController.showBusyIndicator(false)
PageController.goToShareConnectionPage(listView.headerText, listView.configContentHeaderText, "", "", "")
PageController.goToShareConnectionPage(listView.headerText, listView.configContentHeaderText, "", ".vpn", "amnezia_config")
}
}
}