mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
// Init widget
|
||||||
let d = adw::PreferencesDialog::builder()
|
let d = adw::PreferencesDialog::builder()
|
||||||
.follows_content_size(true)
|
.follows_content_size(true)
|
||||||
.search_enabled(true)
|
.search_enabled(false)
|
||||||
.title("Proxy")
|
.title("Proxy")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue