remove extras

This commit is contained in:
yggverse 2024-09-29 03:23:21 +03:00
parent f61b9e0c92
commit fcb610944c

View File

@ -26,8 +26,6 @@ impl Request {
let widget = Entry::builder()
.placeholder_text("URL or search term...")
.hexpand(true)
.progress_fraction(0.0)
.progress_pulse_step(0.1)
.text(match text {
Some(text) => text,
None => GString::new(),