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