1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Revert "Fixing behaviour for a tray icon on OS X"

This reverts commit f35f7e261a.
This commit is contained in:
Sean 2015-05-18 13:55:19 -07:00
parent a0ecf86c20
commit b8bbe3654f

View File

@ -491,11 +491,6 @@ void Widget::onIconClick(QSystemTrayIcon::ActivationReason reason)
{
case QSystemTrayIcon::Trigger:
{
#if defined(Q_OS_MAC)
// We don't want to raise/minimize a window on icon click in OS X
break;
#endif
if (isHidden())
{
show();