We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae70b10 commit 94f9321Copy full SHA for 94f9321
Telegram/SourceFiles/settings/settings_experimental.cpp
@@ -170,7 +170,10 @@ void SetupExperimental(
170
}
171
addToggle(Window::kOptionDisableTouchbar);
172
addToggle(Info::kAlternativeScrollProcessing);
173
+
174
+#ifdef Q_OS_MAC
175
addToggle("text-recognition-mac");
176
+#endif // Q_OS_MAC
177
178
179
} // namespace
0 commit comments