mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 17:21:40 -05:00
Removed spellcheck setting for OS X 10.10/10.11 version.
This commit is contained in:
parent
1a4c1cbbf4
commit
c867727e1c
1 changed files with 3 additions and 0 deletions
|
@ -244,6 +244,9 @@ void SetupUpdate(not_null<Ui::VerticalLayout*> container) {
|
|||
}
|
||||
|
||||
bool HasSystemSpellchecker() {
|
||||
#ifdef TDESKTOP_DISABLE_SPELLCHECK
|
||||
return false;
|
||||
#endif // TDESKTOP_DISABLE_SPELLCHECK
|
||||
return (Platform::IsWindows() && Platform::IsWindows8OrGreater())
|
||||
|| Platform::IsMac();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue