2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

merged with new PopupMenu

This commit is contained in:
John Preston
2015-11-01 13:44:55 -05:00
27 changed files with 711 additions and 737 deletions

View File

@@ -445,6 +445,7 @@ void Window::init() {
void Window::firstShow() {
#ifdef Q_OS_WIN
trayIconMenu = new PopupMenu();
trayIconMenu->deleteOnHide(false);
#else
trayIconMenu = new QMenu(this);
trayIconMenu->setFont(QFont("Tahoma"));