Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
- change todo to note in SpellcheckerConfigurationController

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Nov 8, 2024
1 parent 7fc5907 commit e4dd786
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ private void doInstall() {
}
}

// TODO: We shouldn't be persisting anything here.
// Note: When we realize spellchecker dictionary as an extension plugin,
// We should remove the URL preference.
// See also SpellcheckerConfigurationController#initFromPrefs.
Preferences.setPreference(Preferences.SPELLCHECKER_DICTIONARY_URL, panel.dictionaryUrlTextField.getText());

try {
Expand Down

0 comments on commit e4dd786

Please sign in to comment.