From 8fb0574fc231dad24f0abb2926f3f3fd0f9f47a4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Jul 2025 08:26:14 +0300 Subject: [PATCH] make option description selectable --- src/app/browser/proxy/misc.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/browser/proxy/misc.rs b/src/app/browser/proxy/misc.rs index 19dd2001..333025ae 100644 --- a/src/app/browser/proxy/misc.rs +++ b/src/app/browser/proxy/misc.rs @@ -18,10 +18,10 @@ impl Misc { let highlight_request_entry = SwitchRow::builder() .active(profile.proxy.misc.is_highlight_request_entry()) .hexpand(true) + .subtitle_selectable(true) .subtitle("Use accent color for proxy connections") + .title_selectable(true) .title("Highlight the Request entry") - //.subtitle_selectable(true) - //.title_selectable(true) .build(); // Init widget