Watch folders for changes

This commit is contained in:
Jeremy Soller 2024-01-30 11:26:23 -07:00
parent 12a2a39a9f
commit 12d087abd9
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 182 additions and 5 deletions

View file

@ -709,7 +709,7 @@ impl Tab {
//TODO: allow editing other locations
}
}
} else {
} else if let Location::Path(_) = &self.location {
row = row.push(
widget::button(widget::icon::from_name("edit-symbolic").size(16))
.on_press(Message::EditLocation(Some(self.location.clone())))