Prep for the RC6 release of the desktop app

This commit is contained in:
Keavon Chambers
2026-07-01 04:55:57 -07:00
parent 7ae7bda3d3
commit 95c1ab81f3
3 changed files with 3 additions and 3 deletions
@@ -1183,7 +1183,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
}
PortfolioMessage::RequestStatusBarInfoLayout => {
#[cfg(not(target_family = "wasm"))]
let widgets = vec![TextLabel::new("Graphite 1.0.0-RC5").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z"
let widgets = vec![TextLabel::new("Graphite 1.0.0-RC6").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z"
#[cfg(target_family = "wasm")]
let widgets = vec![];