Store save dialog filename in DialogKind
This commit is contained in:
parent
162616f687
commit
88073536e2
4 changed files with 36 additions and 44 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue