Skip to content

Commit

Permalink
Fix fuzzy mode not saving for Portable Cell Workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Nov 18, 2024
1 parent 3168ea1 commit d8e7d24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void setCellFuzzyMode(FuzzyMode fuzzyMode) {

if (cell != null) {
cell.setFuzzyMode(getWorkbenchItem(), fuzzyMode);
getHost().saveChanges();
}
}
}
Expand All @@ -71,6 +72,7 @@ public void nextWorkBenchCopyMode() {
}
}

@Override
public void mega$nextCompressionLimit() {
if (isClientSide()) {
sendClientAction(CompressionCutoffHost.ACTION_SET_COMPRESSION_LIMIT);
Expand Down

0 comments on commit d8e7d24

Please sign in to comment.