Set application display name
This commit is contained in:
		
							parent
							
								
									229d15c492
								
							
						
					
					
						commit
						fda8a38bfc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -247,6 +247,7 @@ 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…
	
	Add table
		
		Reference in a new issue