feat: add action options for closing the application
This commit is contained in:
@@ -199,7 +199,13 @@
|
||||
"ignoreBatteryOptimizationsMsg": "Remove Restrictions For Optimal VPN Performance",
|
||||
"dynamicNotification": "Display Speed in Notification",
|
||||
"hapticFeedback": "Haptic Feedback",
|
||||
"autoIpCheck": "Automatically Check Connection IP"
|
||||
"autoIpCheck": "Automatically Check Connection IP",
|
||||
"actionAtClosing": "Action at closing",
|
||||
"actionsAtClosing": {
|
||||
"askEachTime": "Ask each time",
|
||||
"hide": "Hide",
|
||||
"exit": "Exit"
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"sectionTitle": "Advanced",
|
||||
@@ -425,6 +431,7 @@
|
||||
"window": {
|
||||
"hide": "Hide",
|
||||
"close": "Exit",
|
||||
"alertMessage": "Hide or Exit the application?"
|
||||
"alertMessage": "Hide or Exit the application?",
|
||||
"remember": "Remember my choice"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user