Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lastDir actually work #882

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gormster
Copy link

lastDir currently is never populated and the output dialogue always defaults to the system root. This patch:

  • Stores and fetches the last directory the user selected for each open/save dialogue type
  • Fixes saving app data on exit on macOS
  • Adds some quality-of-life improvements for developers

lastDir is now (a) actually populated and (b) shows the last dir
for each dialogue type
quit currently exits without saving settings, this fixes that issue
Dora currently won't install as it depends on sklearn, but we're not
using it anyway
this is making life really annoying for devs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant