add setting to disable proxy account (resolves #766)

This commit is contained in:
Hazelnoot 2025-05-01 12:07:38 -04:00
parent b124c39ed2
commit 8dce293dff
9 changed files with 68 additions and 5 deletions

8
locales/index.d.ts vendored
View file

@ -12939,6 +12939,14 @@ export interface Locale extends ILocale {
* Deleted
*/
"deleted": string;
/**
* Enable the proxy account.
*/
"enableProxyAccount": string;
/**
* If disabled, then the proxy account will not be used.
*/
"enableProxyAccountDescription": string;
}
declare const locales: {
[lang: string]: Locale;