mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 06:21:58 +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
|
||||
let d = adw::PreferencesDialog::builder()
|
||||
.follows_content_size(true)
|
||||
.search_enabled(true)
|
||||
.search_enabled(false)
|
||||
.title("Proxy")
|
||||
.build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user