This commit is contained in:
Jeremy Soller 2024-02-22 14:30:04 -07:00
parent 86aa79733b
commit d526040ff5
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 4 additions and 2 deletions

View file

@ -80,7 +80,9 @@ impl Application for App {
Message::DialogSave => {
if self.dialog_opt.is_none() {
let (dialog, command) = Dialog::new(
DialogKind::SaveFile { filename: "README.md".to_string() },
DialogKind::SaveFile {
filename: "README.md".to_string(),
},
None,
Message::DialogMessage,
Message::DialogResult,