mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Disable custom languages for now.
This commit is contained in:
@@ -392,7 +392,8 @@ void Rows::mouseReleaseEvent(QMouseEvent *e) {
|
||||
}
|
||||
|
||||
bool Rows::canShare(not_null<const Row*> row) const {
|
||||
return !_areOfficial && !row->data.id.startsWith('#');
|
||||
// #TODO langs
|
||||
return false && !_areOfficial && !row->data.id.startsWith('#');
|
||||
}
|
||||
|
||||
bool Rows::canRemove(not_null<const Row*> row) const {
|
||||
|
Reference in New Issue
Block a user