Skip to content

Commit

Permalink
Work Area: Fix Work Area - Filter results - File to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Jan 1, 2025
1 parent c9df770 commit 22f782b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- File Area: Fix Open Files - Encoding
- File Area: Fix Open Files - Opening Non-text Files - Do not show this again
- Utils: Fix Wordless's Japanese kanji tokenizer
- Work Area: Fix Work Area - Filter results - File to filter

### ❌ Removals
- Measures: Remove effect size - Log-frequency biased MD / Mutual Dependency
Expand Down
3 changes: 3 additions & 0 deletions wordless/wl_results/wl_results_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ def load_settings(self, defaults = False):

self.combo_box_file_to_filter.setCurrentText(settings['file_to_filter'])

# Update the setting if saved file to filter no long exists
self.file_to_filter_changed()

def file_to_filter_changed(self):
self.settings['file_to_filter'] = self.combo_box_file_to_filter.currentText()

Expand Down

0 comments on commit 22f782b

Please sign in to comment.