mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Stable version 0.10.1: various bugfixes.
Minimal height of the message text fixed to prevent bubble collapsing. FileDialog filter is (*) instead of (*.*) for Linux and macOS. Explicitly setting text color in Settings user name painting.
This commit is contained in:
@@ -568,7 +568,7 @@ void GroupInfoBox::updateMaxHeight() {
|
||||
|
||||
void GroupInfoBox::onPhoto() {
|
||||
QStringList imgExtensions(cImgExtensions());
|
||||
QString filter(qsl("Image files (*") + imgExtensions.join(qsl(" *")) + qsl(");;All files (*.*)"));
|
||||
QString filter(qsl("Image files (*") + imgExtensions.join(qsl(" *")) + qsl(");;") + filedialogAllFilesFilter());
|
||||
|
||||
QImage img;
|
||||
QString file;
|
||||
|
Reference in New Issue
Block a user