refactor: remove stagnant same-type conversion

Former-commit-id: bf5e80b064ec5762c55b89f1ed689e5fc12ce143
This commit is contained in:
Muhammad Nauman Raza 2023-12-02 14:42:30 +00:00
parent c2699199ec
commit 47d92158c1
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -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()
}),