feat: add action options for closing the application

This commit is contained in:
TheLastFlame
2024-10-03 19:32:23 +10:00
parent eacdfd8d7c
commit e3cc9180e0
8 changed files with 174 additions and 30 deletions

View File

@@ -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"
}
}
}

View File

@@ -199,7 +199,13 @@
"ignoreBatteryOptimizationsMsg": "Отключение ограничений для оптимальной производительности VPN",
"dynamicNotification": "Отображение скорости в уведомлении",
"hapticFeedback": "Тактильная обратная связь",
"autoIpCheck": "Автоматически проверять IP-адрес соединения"
"autoIpCheck": "Автоматически проверять IP-адрес соединения",
"actionAtClosing": "Действие при закрытии",
"actionsAtClosing": {
"askEachTime": "Каждый раз спрашивать",
"hide": "Скрыть",
"exit": "Выйти"
}
},
"advanced": {
"sectionTitle": "Расширенные",
@@ -425,6 +431,7 @@
"window": {
"hide": "Скрыть",
"close": "Закрыть",
"alertMessage": "Скрыть или выйти из приложения?"
"alertMessage": "Скрыть приложение или выйти?",
"remember": "Запомнить выбор"
}
}
}