We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2e1a0f + 1e90028 commit 849cfeeCopy full SHA for 849cfee
src/ui.rs
@@ -34,7 +34,7 @@ pub const REQUEST_RESTART: Selector = Selector::new("request-restart");
34
fn main_page() -> Box<dyn Widget<AppState>> {
35
Flex::column()
36
// .with_child(label::new("HiPer Bridge").with_font(typography::SUBHEADER))
37
- .with_child(label::new("迅若惊雷 x 安如磐石 x 轻若鸿羽"))
+ .with_child(label::new("轻快若风 x 安如磐石 - 最佳跨区域组网方案"))
38
.with_spacer(10.)
39
.with_flex_child(
40
label::dynamic(|data: &AppState, _| data.warning.to_owned())
0 commit comments