Skip to content

Commit

Permalink
Update tests/test_ui_stack/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Beyeler <[email protected]>
  • Loading branch information
rustbasic and abey79 authored Aug 26, 2024
1 parent 86ddad1 commit a4038f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ui_stack/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ fn main() -> eframe::Result {

#[derive(Default)]
struct MyApp {
settings: bool,
inspection: bool,
memory: bool,
show_settings: bool,
show_inspection: bool,
show_memory: bool,
}

impl eframe::App for MyApp {
Expand Down

0 comments on commit a4038f3

Please sign in to comment.