mirror of https://github.com/procxx/kepka.git
Removed spellcheck setting for OS X 10.10/10.11 version.
This commit is contained in:
parent
1a4c1cbbf4
commit
c867727e1c
|
@ -244,6 +244,9 @@ void SetupUpdate(not_null<Ui::VerticalLayout*> container) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HasSystemSpellchecker() {
|
bool HasSystemSpellchecker() {
|
||||||
|
#ifdef TDESKTOP_DISABLE_SPELLCHECK
|
||||||
|
return false;
|
||||||
|
#endif // TDESKTOP_DISABLE_SPELLCHECK
|
||||||
return (Platform::IsWindows() && Platform::IsWindows8OrGreater())
|
return (Platform::IsWindows() && Platform::IsWindows8OrGreater())
|
||||||
|| Platform::IsMac();
|
|| Platform::IsMac();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue