mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
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:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user