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:
parent
7d873b8fd2
commit
63ba3490de
1 changed files with 1 additions and 3 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue