diff options
author | Jani Mustonen <janijohannes@kapsi.fi> | 2017-11-02 22:00:43 +0200 |
---|---|---|
committer | mujx <mujx@users.noreply.github.com> | 2017-11-02 22:00:43 +0200 |
commit | 84741adc16e03bc9f70f113e27c80e2d44357efc (patch) | |
tree | b6a3560682ab98c4fe5f2c12d2b8e0875acde5eb /src/TrayIcon.cc | |
parent | Add issue template (diff) | |
download | nheko-84741adc16e03bc9f70f113e27c80e2d44357efc.tar.xz |
Implement a setting for the tray icon (#108)
Diffstat (limited to 'src/TrayIcon.cc')
-rw-r--r-- | src/TrayIcon.cc | 3 |
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 |