mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 14:32:26 +00:00
disable search feature for the proxy dialog
This commit is contained in:
parent
672d95b98e
commit
12ace95042
@ -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…
x
Reference in New Issue
Block a user