Merge pull request 'Enable spelling language detection for Linux' (#213) from feature/linux-spell-check into hotfix/v8.3.2

This commit is contained in:
Maxim Kadushkin
2025-03-11 15:26:18 +00:00

View File

@ -92,9 +92,7 @@ void CMainWindowImpl::refreshAboutVersion()
_json_obj["uitheme"] = QString::fromStdWString(GetCurrentTheme().id());
#endif
#ifdef Q_OS_WIN
_json_obj["spellcheckdetect"] = AscAppManager::userSettings(L"spell-check-input-mode") != L"0" ? "auto" : "off";
#endif
GET_REGISTRY_USER(reg_user);
_json_obj["editorwindowmode"] = reg_user.value("editorWindowMode",false).toBool();