We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd7b51 commit 481f957Copy full SHA for 481f957
src/app.rs
@@ -427,9 +427,6 @@ impl eframe::App for LogViewerApp {
427
428
/// Called each time the UI needs repainting, which may be many times per second.
429
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
430
- // Put your widgets into a `SidePanel`, `TopBottomPanel`, `CentralPanel`, `Window` or `Area`.
431
- // For inspiration and more examples, go to https://emilk.github.io/egui
432
-
433
egui::TopBottomPanel::top("top_panel").show(ctx, |ui| {
434
// The top panel is often a good place for a menu bar:
435
0 commit comments