1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-01 22:25:26 +02:00

spellcheck: fix default language value

The default value was set to "None" in appsettingsmanager.h but the rest
of the code assumes that the default is "NONE" (see commit 2a72da5).

GitLab: #1997
Change-Id: Ifeac3399b1b48bad0863a1b7da9228df43f73b76
This commit is contained in:
François-Simon Fauteux-Chapleau 2025-05-09 16:46:22 -04:00
parent 718d1d266d
commit e4932abd39

View file

@ -63,7 +63,7 @@ extern const QString defaultDownloadPath;
X(WindowState, QWindow::AutomaticVisibility) \ X(WindowState, QWindow::AutomaticVisibility) \
X(EnableExperimentalSwarm, false) \ X(EnableExperimentalSwarm, false) \
X(LANG, "SYSTEM") \ X(LANG, "SYSTEM") \
X(SpellLang, "None") \ X(SpellLang, "NONE") \
X(EnableSpellCheck, true) \ X(EnableSpellCheck, true) \
X(PluginStoreEndpoint, "https://plugins.jami.net") \ X(PluginStoreEndpoint, "https://plugins.jami.net") \
X(PositionShareDuration, 15) \ X(PositionShareDuration, 15) \