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