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

Add txt file filter for saving output file #90

Merged
merged 3 commits into from
Feb 15, 2024
Merged

Conversation

andreasmarnold
Copy link
Contributor

@andreasmarnold andreasmarnold commented Feb 13, 2024

Closes #89, preventing images from being overwritten by the affine parameters, by:

  • changing the label of the file selection box to make it clearer that it's for saving affine parameters, and
  • adding a file filter to the file selection widget, so it only shows .txt files.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6cb4d95) 93.84% compared to head (859eff6) 93.84%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   93.84%   93.84%           
=======================================
  Files           7        7           
  Lines         276      276           
=======================================
  Hits          259      259           
  Misses         17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jni jni changed the title File filter Add file filter for saving output file Feb 15, 2024
@jni jni changed the title Add file filter for saving output file Add txt file filter for saving output file Feb 15, 2024
@jni jni merged commit e04ddde into jni:main Feb 15, 2024
8 checks passed
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.

Limit "Select File" button for output to .txt files
3 participants