summary refs log tree commit diff
path: root/src/TrayIcon.cc
diff options
context:
space:
mode:
authorJani Mustonen <janijohannes@kapsi.fi>2017-11-02 22:00:43 +0200
committermujx <mujx@users.noreply.github.com>2017-11-02 22:00:43 +0200
commit84741adc16e03bc9f70f113e27c80e2d44357efc (patch)
treeb6a3560682ab98c4fe5f2c12d2b8e0875acde5eb /src/TrayIcon.cc
parentAdd issue template (diff)
downloadnheko-84741adc16e03bc9f70f113e27c80e2d44357efc.tar.xz
Implement a setting for the tray icon (#108)
Diffstat (limited to 'src/TrayIcon.cc')
-rw-r--r--src/TrayIcon.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/TrayIcon.cc b/src/TrayIcon.cc
index ad644ed9..ac84aaca 100644
--- a/src/TrayIcon.cc
+++ b/src/TrayIcon.cc
@@ -123,9 +123,6 @@ TrayIcon::TrayIcon(const QString &filename, QWidget *parent)
         menu->addAction(quitAction_);
 
         setContextMenu(menu);
-
-        // We wait a little for the icon to load.
-        QTimer::singleShot(500, this, [=]() { show(); });
 }
 
 void