disable search feature for the proxy dialog

This commit is contained in:
yggverse 2025-07-26 10:09:36 +03:00
parent 672d95b98e
commit 12ace95042

View File

@ -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();