summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-02 22:02:31 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-02 22:02:31 +0200
commitbeda0db543208a5ca7ad2b132625b21055a35f95 (patch)
treeac5fc2ef842dd9f693a2ef3db63bd28be56f0f8d
parentImplement a setting for the tray icon (#108) (diff)
downloadnheko-beda0db543208a5ca7ad2b132625b21055a35f95.tar.xz
Update issue template
-rw-r--r--.github/ISSUE_TEMPLATE.md1
-rw-r--r--src/MainWindow.cc3
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md

index 5471c426..1b8d5e07 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md
@@ -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: diff --git a/src/MainWindow.cc b/src/MainWindow.cc
index fd44e405..04576d44 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -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)),