Update issue template

This commit is contained in:
Konstantinos Sideris 2017-11-02 22:02:31 +02:00
parent 84741adc16
commit beda0db543
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ If you want to request a feature or ask a question, feel free to remove all the
### System:
- Nheko commit/version:
- Operating System:
- Qt version:
- C++ compiler:

View File

@ -94,7 +94,8 @@ MainWindow::MainWindow(QWidget *parent)
pageStack_->setCurrentWidget(chat_page_);
});
connect(userSettingsPage_, SIGNAL(trayOptionChanged(bool)), trayIcon_, SLOT(setVisible(bool)));
connect(
userSettingsPage_, SIGNAL(trayOptionChanged(bool)), trayIcon_, SLOT(setVisible(bool)));
connect(trayIcon_,
SIGNAL(activated(QSystemTrayIcon::ActivationReason)),