Skip to content

Commit

Permalink
Updated TODO with some new ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Sep 29, 2023
1 parent c532b5b commit fc7ad67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

# TODO for Sloth 3.3

* "Copy" on app/process should copy filesystem representation if possible
* Preserve expanded items between refreshes
* Update antiquated screenshots in README
* Show Path Control w. selected path at bottom of table view when item selected
DONE * Always (re)select "General" tab when Preferences are shown
2 changes: 1 addition & 1 deletion source/SlothController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ - (void)outlineViewSelectionDidChange:(NSNotification *)notification {
if (canReveal || hasBundlePath) {
NSString *path = item[@"path"] != nil ? item[@"path"] : item[@"name"];
[pathControl setURL:[NSURL fileURLWithPath:path]];
//[pathControl setURL:nil];
//[pathControl sxetURL:nil];
} else {
[pathControl setURL:nil];
}
Expand Down

0 comments on commit fc7ad67

Please sign in to comment.