Skip to content

Commit 10f8317

Browse files
committed
Update mitm_proxy.rs
1 parent 75c7c04 commit 10f8317

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mitm_proxy/src/mitm_proxy.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ impl MitmProxy {
294294
})
295295
.on_hover_text("Toggle theme");
296296

297-
298-
299297
const COMBOBOX_TEXT_SIZE:f32=15.;
300298
ComboBox::from_label("")
301299
.selected_text(RichText::new(format!("{} Requests",&self.state.selected_request_method)).size(COMBOBOX_TEXT_SIZE))

0 commit comments

Comments
 (0)