Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderARodin committed Dec 31, 2023
1 parent 02f8efd commit be81afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root_app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl eframe::App for RootApp {
self.showBanner( ui );
});

egui::Window::new("base_domik_view").show( ctx, |ui| {
egui::Window::new(self.base_domik_view.title.clone()).show( ctx, |ui| {
self.base_domik_view.updateUI( ui, &mut self.example_text );
});

Expand Down

0 comments on commit be81afd

Please sign in to comment.