mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +00:00
remove extras
This commit is contained in:
parent
f61b9e0c92
commit
fcb610944c
@ -26,8 +26,6 @@ impl Request {
|
|||||||
let widget = Entry::builder()
|
let widget = Entry::builder()
|
||||||
.placeholder_text("URL or search term...")
|
.placeholder_text("URL or search term...")
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
.progress_fraction(0.0)
|
|
||||||
.progress_pulse_step(0.1)
|
|
||||||
.text(match text {
|
.text(match text {
|
||||||
Some(text) => text,
|
Some(text) => text,
|
||||||
None => GString::new(),
|
None => GString::new(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user