pan: enable spell-checking features by default

Seems to work, not sure why disabled.

Steps are something like:
* install dictionaries into profile
* attempt to compose a message
  * (navigate dialogs about server and posting profile)
* enable spell-checking from edit->checkbox
  (note this toggle is avail even when pan can't spellcheck)
This commit is contained in:
Will Dietz 2018-03-21 10:18:21 -05:00
parent 7d873b8fd2
commit 63ba3490de

View file

@ -17023,9 +17023,7 @@ with pkgs;
ncpamixer = callPackage ../applications/audio/ncpamixer { };
pan = callPackage ../applications/networking/newsreaders/pan {
spellChecking = false;
};
pan = callPackage ../applications/networking/newsreaders/pan { };
panotools = callPackage ../applications/graphics/panotools { };