Significant progress. Performing cleanup now
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user