tdesktop/Telegram/SourceFiles/platform
John Preston 3503be03c9 Fix tray icon menu display in Fedora (Qt 5.6.2 broke it).
When activeChanged() is emitted we call updateTrayMenu(), that
always called trayIcon->setContextMenu(), which was hiding the
just-shown tray icon menu in case of right click with main
window being active. Now we call trayIcon->setContextMenu()
only if the contextMenu value has really changed for trayIcon.
2016-10-19 15:24:39 +03:00
..
linux Fix tray icon menu display in Fedora (Qt 5.6.2 broke it). 2016-10-19 15:24:39 +03:00
mac Respecting Quite Hours in Windows. 2016-10-17 13:55:17 +03:00
win Version 0.10.15 alpha: crash fix in new player, close button added. 2016-10-18 18:19:13 +03:00
winrt Moved PsMainWindow to Platform::MainWindow, outside of pspecific module. 2016-06-16 15:59:54 +03:00
platform_file_dialog.h NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00
platform_main_window.h Moved PsMainWindow to Platform::MainWindow, outside of pspecific module. 2016-06-16 15:59:54 +03:00
platform_notifications_manager.h NB Broken! Notifications refactored to Manager, only Windows working. 2016-10-02 16:54:27 +03:00