Skip to content

Commit 481f957

Browse files
committed
chore: remove template comment
1 parent 4bd7b51 commit 481f957

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ impl eframe::App for LogViewerApp {
427427

428428
/// Called each time the UI needs repainting, which may be many times per second.
429429
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-
433430
egui::TopBottomPanel::top("top_panel").show(ctx, |ui| {
434431
// The top panel is often a good place for a menu bar:
435432

0 commit comments

Comments
 (0)