Prep for the RC5 release of the desktop app
This commit is contained in:
parent
a0d5f418d9
commit
ab7f59ca61
|
|
@ -1289,7 +1289,7 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
|
||||||
}
|
}
|
||||||
PortfolioMessage::RequestStatusBarInfoLayout => {
|
PortfolioMessage::RequestStatusBarInfoLayout => {
|
||||||
#[cfg(not(target_family = "wasm"))]
|
#[cfg(not(target_family = "wasm"))]
|
||||||
let widgets = vec![TextLabel::new("Graphite 1.0.0-RC4").disabled(true).widget_instance()]; // TODO: After the RCs, call this "Graphite (beta) x.y.z"
|
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"
|
||||||
#[cfg(target_family = "wasm")]
|
#[cfg(target_family = "wasm")]
|
||||||
let widgets = vec![];
|
let widgets = vec![];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
<LayoutCol class="bottom-message">
|
<LayoutCol class="bottom-message">
|
||||||
<TextLabel italic={true} disabled={true}>
|
<TextLabel italic={true} disabled={true}>
|
||||||
{#if import.meta.env.MODE === "native"}
|
{#if import.meta.env.MODE === "native"}
|
||||||
You are testing Release Candidate 4 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter.
|
You are testing Release Candidate 5 of the 1.0 desktop release. Please regularly check Discord for the next testing build and report issues you encounter.
|
||||||
{/if}
|
{/if}
|
||||||
</TextLabel>
|
</TextLabel>
|
||||||
</LayoutCol>
|
</LayoutCol>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue