mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-05 23:58:50 +00:00
chore: clippy
This commit is contained in:
parent
5ff160241d
commit
b62964c4bc
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ impl SimpleComponent for MainView {
|
|||
let chooser = gtk::FileDialog::builder()
|
||||
.modal(true)
|
||||
.title("Choose a location for the exported profile")
|
||||
.initial_name(&format!("{}.json", &prof.name))
|
||||
.initial_name(format!("{}.json", &prof.name))
|
||||
.accept_label("Export")
|
||||
.build();
|
||||
let root_win = self.root_win.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue