From 4bd55605d9907e7ce3ed10cdef436fa3b8beccc2 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 16 Mar 2020 17:41:47 +0400 Subject: [PATCH] Revert "Set application display name" This reverts commit fda8a38bfc16aecd8721b5e560ef60c8447b157b. Fixes #7380. --- Telegram/SourceFiles/core/launcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp index dceee3429..19d9c3bbf 100644 --- a/Telegram/SourceFiles/core/launcher.cpp +++ b/Telegram/SourceFiles/core/launcher.cpp @@ -247,7 +247,6 @@ void Launcher::init() { prepareSettings(); QApplication::setApplicationName(qsl("TelegramDesktop")); - QApplication::setApplicationDisplayName(AppName.utf16()); #if defined(Q_OS_LINUX) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) QApplication::setDesktopFileName(Platform::GetLauncherFilename());