From beda0db543208a5ca7ad2b132625b21055a35f95 Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Thu, 2 Nov 2017 22:02:31 +0200
Subject: [PATCH] Update issue template

---
 .github/ISSUE_TEMPLATE.md | 1 +
 src/MainWindow.cc         | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 5471c4263..1b8d5e079 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 fd44e4059..04576d444 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)),
-- 
GitLab