Fix the double extension of the config file name: 'amnezia_config.vpn.vpn'
This commit is contained in:
parent
6f02d4eb62
commit
b68c9cc145
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue