feat: show if proxy is enabled in connectivity view (#7359)

closes #7269
This commit is contained in:
Simon Laux
2025-10-31 23:53:05 +01:00
committed by GitHub
parent 56370c2f90
commit 9bc2aeebb8
3 changed files with 41 additions and 0 deletions

View File

@@ -7736,6 +7736,16 @@ void dc_event_unref(dc_event_t* event);
/// `%1$s` will be replaced with the channel name.
#define DC_STR_SECURE_JOIN_CHANNEL_QR_DESC 201
/// "Proxy Enabled"
///
/// Title for proxy section in connectivity view.
#define DC_STR_PROXY_ENABLED 220
/// "You are using a proxy. If you're having trouble connecting, try a different proxy."
///
/// Description in connectivity view when proxy is enabled.
#define DC_STR_PROXY_ENABLED_DESCRIPTION 221
/**
* @}
*/