mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-04 10:52:13 +00:00
make option description selectable
This commit is contained in:
parent
06f3b3e40c
commit
8fb0574fc2
@ -18,10 +18,10 @@ impl Misc {
|
|||||||
let highlight_request_entry = SwitchRow::builder()
|
let highlight_request_entry = SwitchRow::builder()
|
||||||
.active(profile.proxy.misc.is_highlight_request_entry())
|
.active(profile.proxy.misc.is_highlight_request_entry())
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
|
.subtitle_selectable(true)
|
||||||
.subtitle("Use accent color for proxy connections")
|
.subtitle("Use accent color for proxy connections")
|
||||||
|
.title_selectable(true)
|
||||||
.title("Highlight the Request entry")
|
.title("Highlight the Request entry")
|
||||||
//.subtitle_selectable(true)
|
|
||||||
//.title_selectable(true)
|
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// Init widget
|
// Init widget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user