mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
gnome using custom tray icon, win10 multiple desktops shadow fix
This commit is contained in:
@@ -660,7 +660,7 @@ void Application::checkMapVersion() {
|
||||
QString versionFeatures;
|
||||
if (cDevVersion() && Local::oldMapVersion() < 8044) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Sending media and recording audio status display");// .replace('@', qsl("@") + QChar(0x200D));
|
||||
} else if (!cDevVersion() && Local::oldMapVersion() < 8043) {
|
||||
} else if (!cDevVersion() && Local::oldMapVersion() < 8045) {
|
||||
versionFeatures = lang(lng_new_version_minor).trimmed();
|
||||
}
|
||||
if (!versionFeatures.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user