Skip to content

Commit c7ec804

Browse files
committed
fix title
1 parent a82d297 commit c7ec804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ live_design! {
3737

3838
App = {{App}} {
3939
ui: <Window> {
40-
window: {inner_size: vec2(1440, 1024)},
40+
window: {inner_size: vec2(1440, 1024), title: "Moly"},
4141
pass: {clear_color: #fff}
4242

4343
caption_bar = {

0 commit comments

Comments
 (0)