refactor: remove stagnant same-type conversion
Former-commit-id: bf5e80b064ec5762c55b89f1ed689e5fc12ce143
This commit is contained in:
parent
3e468084c7
commit
5da25f96d6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn main() {
|
||||||
.add_plugins((
|
.add_plugins((
|
||||||
DefaultPlugins.set(WindowPlugin {
|
DefaultPlugins.set(WindowPlugin {
|
||||||
primary_window: Some(Window {
|
primary_window: Some(Window {
|
||||||
title: format!("{} {}", titlecase(PKGNAME), VERSION).into(),
|
title: format!("{} {}", titlecase(PKGNAME), VERSION),
|
||||||
mode: WindowMode::Fullscreen,
|
mode: WindowMode::Fullscreen,
|
||||||
..default()
|
..default()
|
||||||
}),
|
}),
|
||||||
|
|
Reference in a new issue