uppercase the Request entry name

This commit is contained in:
yggverse 2025-07-26 08:25:44 +03:00
parent 3bf75b40aa
commit 06f3b3e40c

View file

@ -19,7 +19,7 @@ impl Misc {
.active(profile.proxy.misc.is_highlight_request_entry()) .active(profile.proxy.misc.is_highlight_request_entry())
.hexpand(true) .hexpand(true)
.subtitle("Use accent color for proxy connections") .subtitle("Use accent color for proxy connections")
.title("Highlight the request entry") .title("Highlight the Request entry")
//.subtitle_selectable(true) //.subtitle_selectable(true)
//.title_selectable(true) //.title_selectable(true)
.build(); .build();