mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
make option description selectable
This commit is contained in:
parent
06f3b3e40c
commit
8fb0574fc2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue