Skip to content
Snippets Groups Projects
Commit beda0db5 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Update issue template

parent 84741adc
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ If you want to request a feature or ask a question, feel free to remove all the ...@@ -4,6 +4,7 @@ If you want to request a feature or ask a question, feel free to remove all the
### System: ### System:
- Nheko commit/version:
- Operating System: - Operating System:
- Qt version: - Qt version:
- C++ compiler: - C++ compiler:
......
...@@ -94,7 +94,8 @@ MainWindow::MainWindow(QWidget *parent) ...@@ -94,7 +94,8 @@ MainWindow::MainWindow(QWidget *parent)
pageStack_->setCurrentWidget(chat_page_); pageStack_->setCurrentWidget(chat_page_);
}); });
connect(userSettingsPage_, SIGNAL(trayOptionChanged(bool)), trayIcon_, SLOT(setVisible(bool))); connect(
userSettingsPage_, SIGNAL(trayOptionChanged(bool)), trayIcon_, SLOT(setVisible(bool)));
connect(trayIcon_, connect(trayIcon_,
SIGNAL(activated(QSystemTrayIcon::ActivationReason)), SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment