mirror of https://github.com/procxx/kepka.git
Revert "Set application display name"
This reverts commit fda8a38bfc
.
Fixes #7380.
This commit is contained in:
parent
7b51383b3b
commit
4bd55605d9
|
@ -247,7 +247,6 @@ void Launcher::init() {
|
||||||
prepareSettings();
|
prepareSettings();
|
||||||
|
|
||||||
QApplication::setApplicationName(qsl("TelegramDesktop"));
|
QApplication::setApplicationName(qsl("TelegramDesktop"));
|
||||||
QApplication::setApplicationDisplayName(AppName.utf16());
|
|
||||||
|
|
||||||
#if defined(Q_OS_LINUX) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
|
#if defined(Q_OS_LINUX) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
|
||||||
QApplication::setDesktopFileName(Platform::GetLauncherFilename());
|
QApplication::setDesktopFileName(Platform::GetLauncherFilename());
|
||||||
|
|
Loading…
Reference in New Issue