Skip to content

Commit

Permalink
Changes window title to actuall app name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaz-Vieira committed May 4, 2024
1 parent e6ef2a3 commit 0bfa064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimg_gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn main() -> eframe::Result<()> {
..Default::default()
};
eframe::run_native(
"eframe template",
"Bioimage Model Builder",
native_options,
Box::new(|_cc| Box::new(bioimg_gui::BioimgGui::default())),
)
Expand Down

0 comments on commit 0bfa064

Please sign in to comment.