From 7cac81473e787af8ada263f4cfee813c2a71ff54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bellegarde?= Date: Fri, 17 Mar 2023 13:22:38 +0100 Subject: [PATCH] client: Set a valid activatable widget --- src/client/components/components-preferences-window.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/components-preferences-window.vala b/src/client/components/components-preferences-window.vala index 974db010..528f36ba 100644 --- a/src/client/components/components-preferences-window.vala +++ b/src/client/components/components-preferences-window.vala @@ -171,7 +171,7 @@ public class Components.PreferencesWindow : Hdy.PreferencesWindow { /// Translators: Preferences label trust_images_row.title = _("_Always load images"); trust_images_row.use_underline = true; - trust_images_row.activatable_widget = autoselect; + trust_images_row.activatable_widget = trust_images; trust_images_row.add(trust_images); var group = new Hdy.PreferencesGroup();