mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extras
This commit is contained in:
parent
f61b9e0c92
commit
fcb610944c
1 changed files with 0 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue