Fix the double extension of the config file name: 'amnezia_config.vpn.vpn'

This commit is contained in:
albexk 2024-01-24 17:00:48 +03:00
parent 6f02d4eb62
commit b68c9cc145

View file

@ -25,7 +25,7 @@ DrawerType {
property string configExtension: ".vpn"
property string configCaption: qsTr("Save AmneziaVPN config")
property string configFileName: "amnezia_config.vpn"
property string configFileName: "amnezia_config"
width: parent.width
height: parent.height * 0.9