Store save dialog filename in DialogKind

This commit is contained in:
Jeremy Soller 2024-02-20 11:58:39 -07:00
parent 162616f687
commit 88073536e2
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 36 additions and 44 deletions

View file

@ -686,7 +686,7 @@ impl Application for App {
}
Message::NotifyWatcher(mut watcher_wrapper) => match watcher_wrapper.watcher_opt.take()
{
Some(mut watcher) => {
Some(watcher) => {
self.watcher_opt = Some((watcher, HashSet::new()));
return self.update_watcher();
}