Watch folders for changes
This commit is contained in:
parent
12a2a39a9f
commit
12d087abd9
4 changed files with 182 additions and 5 deletions
|
|
@ -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())))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue