Skip to content

Commit

Permalink
Update mitm_proxy.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-em committed Feb 21, 2023
1 parent 75c7c04 commit 10f8317
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mitm_proxy/src/mitm_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ impl MitmProxy {
})
.on_hover_text("Toggle theme");



const COMBOBOX_TEXT_SIZE:f32=15.;
ComboBox::from_label("")
.selected_text(RichText::new(format!("{} Requests",&self.state.selected_request_method)).size(COMBOBOX_TEXT_SIZE))
Expand Down

0 comments on commit 10f8317

Please sign in to comment.