mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-24 10:18:39 +00:00
fix: disable search in fbt config window
This commit is contained in:
parent
55d20b2b61
commit
e4114225f5
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ impl SimpleComponent for FbtConfigEditor {
|
||||||
set_title: Some("Full Body Trackers"),
|
set_title: Some("Full Body Trackers"),
|
||||||
set_modal: true,
|
set_modal: true,
|
||||||
set_transient_for: Some(&init.root_win),
|
set_transient_for: Some(&init.root_win),
|
||||||
|
set_search_enabled: false,
|
||||||
add: model.tracker_role_groups.widget(),
|
add: model.tracker_role_groups.widget(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue