Skip to content

Commit

Permalink
🔀 merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Sep 11, 2024
2 parents 180f569 + 4458a7b commit caa50f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/app/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub fn build_window(app: &mut App, config: PakeConfig, _data_dir: PathBuf) -> Wi
{
window_builder = window_builder
.data_directory(_data_dir)
.set_title(app.package_info().name);
.title(app.package_info().name.clone())
}

window_builder.build().expect("Failed to build window")
Expand Down

0 comments on commit caa50f6

Please sign in to comment.