Significant progress. Performing cleanup now

This commit is contained in:
Ryan Ward
2026-05-11 14:31:02 -05:00
parent fe105e0369
commit 140da74f99
37 changed files with 843 additions and 1220 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ impl SettingsWidget for AboutPageWidget {
"bundled/svg/bedrock.svg"
};
let version = ChannelState::app_version().unwrap_or("v#.##.###");
let version = ChannelState::app_version()
.unwrap_or(concat!("v", env!("CARGO_PKG_VERSION")));
let version_text = ui_builder
.span(version.to_string())