This commit is contained in:
2026-08-15 11:00:55 +07:00
parent ce076bee1d
commit 2d281dfbbb
4 changed files with 119 additions and 43 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ fn main() {
kind: WindowKind::Normal,
app_id: Some("Signed".to_owned()),
titlebar: Some(TitlebarOptions {
title: Some(SharedString::new_static("Signed Platform")),
title: Some(SharedString::new_static("Signed")),
traffic_light_position: Some(point(px(9.0), px(9.0))),
appears_transparent: true,
}),