From 06f3b3e40cb51358a4588e35bc7e3974c58d92e8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Jul 2025 08:25:44 +0300 Subject: [PATCH] uppercase the Request entry name --- src/app/browser/proxy/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/proxy/misc.rs b/src/app/browser/proxy/misc.rs index 34dda22c..19dd2001 100644 --- a/src/app/browser/proxy/misc.rs +++ b/src/app/browser/proxy/misc.rs @@ -19,7 +19,7 @@ impl Misc { .active(profile.proxy.misc.is_highlight_request_entry()) .hexpand(true) .subtitle("Use accent color for proxy connections") - .title("Highlight the request entry") + .title("Highlight the Request entry") //.subtitle_selectable(true) //.title_selectable(true) .build();