mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Removed spellcheck setting for OS X 10.10/10.11 version.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user