mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added spoiler support to input field.
This commit is contained in:
@@ -315,6 +315,10 @@ QString UiIntegration::phraseFormattingMonospace() {
|
||||
return tr::lng_menu_formatting_monospace(tr::now);
|
||||
}
|
||||
|
||||
QString UiIntegration::phraseFormattingSpoiler() {
|
||||
return tr::lng_menu_formatting_spoiler(tr::now);
|
||||
}
|
||||
|
||||
bool OpenGLLastCheckFailed() {
|
||||
return QFile::exists(OpenGLCheckFilePath());
|
||||
}
|
||||
|
@@ -70,6 +70,7 @@ public:
|
||||
QString phraseFormattingUnderline() override;
|
||||
QString phraseFormattingStrikeOut() override;
|
||||
QString phraseFormattingMonospace() override;
|
||||
QString phraseFormattingSpoiler() override;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user