mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
disable search feature for the proxy dialog
This commit is contained in:
parent
672d95b98e
commit
12ace95042
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ impl Proxy for adw::PreferencesDialog {
|
|||
// Init widget
|
||||
let d = adw::PreferencesDialog::builder()
|
||||
.follows_content_size(true)
|
||||
.search_enabled(true)
|
||||
.search_enabled(false)
|
||||
.title("Proxy")
|
||||
.build();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue