Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyAnkh committed Jul 12, 2023
1 parent e9647c9 commit 8e7f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl Default for Window {
fn default() -> Self {
Self {
title: "Bevy App".to_owned(),
app_id: "Bevy.App".to_owned(),
app_id: "bevy.app".to_owned(),
cursor: Default::default(),
present_mode: Default::default(),
mode: Default::default(),
Expand Down

0 comments on commit 8e7f1e3

Please sign in to comment.