fix: added displaying vpn_key field added in older version of the app (#1873)

* fix(api_key): added displaying vpn_key field added in older version of the app

* revert changes

* fix: implemented generation of api key text for PremiumV2

* fix: deleted unnecessary code

* saving apikey text when generating

* added method for vpn key export, fixed wrong saving file
This commit is contained in:
Mitternacht822
2025-10-07 19:16:28 +04:00
committed by GitHub
parent 4d25e3b6f6
commit a754a11913
5 changed files with 75 additions and 2 deletions
@@ -119,7 +119,7 @@ PageType {
if (fileName !== "") {
PageController.showBusyIndicator(true)
ExportController.exportConfig(fileName)
ApiConfigsController.exportVpnKey(fileName)
PageController.showBusyIndicator(false)
}
}