JGRennison / retcon

A cross-platform Twitter client using wxWidgets.
GNU General Public License v2.0
8 stars 2 forks source link

"Attach photo" file picker should remember which directory it was last in #2

Closed philpem closed 9 years ago

philpem commented 9 years ago

It'd be nice if the file picker used for the "attach photo" function remembered which directory it was last in. That is, if I was last in /home/foobar/pictures, the next time I attach a photo, it should go back to that same directory. At the moment it goes back to $HOME every time it's closed and reopened, which is a bit of a pain if you're tweeting a lot of photos from the same directory (say... $HOME/Pictures)

This would mirror the behaviour of Firefox and a laundry-list of other applications.