client: components: Add a warning about enabling remote images
Fix #1550
This commit is contained in:
parent
423cf1ee13
commit
4c265cc9d6
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow {
|
|||
var trust_images_row = new Hdy.ActionRow();
|
||||
/// Translators: Preferences label
|
||||
trust_images_row.title = _("_Always load images");
|
||||
trust_images_row.subtitle = _("Showing remote images allows the sender to track you");
|
||||
trust_images_row.use_underline = true;
|
||||
trust_images_row.activatable_widget = trust_images;
|
||||
trust_images_row.add(trust_images);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue