Skip to content

Commit

Permalink
Add version to title
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Jul 29, 2024
1 parent cd81775 commit 739d3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/crusader-gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use std::sync::Arc;

use crusader_gui_lib::Tester;
use crusader_lib::LIB_VERSION;
use eframe::{egui, emath::vec2, Theme};

fn main() {
Expand All @@ -25,7 +26,7 @@ fn main() {
.map(|exe| exe.with_extension("toml"));

eframe::run_native(
"Crusader Network Tester",
&format!("Crusader Network Tester {}", LIB_VERSION),
options,
Box::new(move |_cc| {
Box::new(App {
Expand Down

0 comments on commit 739d3a4

Please sign in to comment.