mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
add auto-login delay setting and prompt
This commit is contained in:
@@ -547,7 +547,9 @@
|
||||
"logging": {
|
||||
"header": "Logging",
|
||||
"resource_load": "Log Udon string/image load",
|
||||
"empty_avatar": "Log avatars in feed without names"
|
||||
"empty_avatar": "Log avatars in feed without names",
|
||||
"auto_login_delay": "Auto-login delay",
|
||||
"auto_login_delay_button": "Set delay seconds"
|
||||
},
|
||||
"automation": {
|
||||
"header": "Automation",
|
||||
@@ -2051,6 +2053,7 @@
|
||||
"traveling": "Traveling"
|
||||
},
|
||||
"message": {
|
||||
"auto_login_delay_countdown": "Auto-login in {seconds}s...",
|
||||
"vrcx_updater": {
|
||||
"failed": "Failed to check for update, {message}",
|
||||
"failed_install": "Failed to install update",
|
||||
@@ -2370,6 +2373,11 @@
|
||||
"save": "Save",
|
||||
"input_error": "Valid number is required"
|
||||
},
|
||||
"auto_login_delay": {
|
||||
"header": "Auto-login delay",
|
||||
"description": "Enter delay in seconds (0 to disable, max 10).",
|
||||
"input_error": "Please enter a whole number from 0 to 10."
|
||||
},
|
||||
"proxy_settings": {
|
||||
"header": "Proxy Settings",
|
||||
"description": "Enter proxy server address and port",
|
||||
|
||||
Reference in New Issue
Block a user