Update issue template
This commit is contained in:
parent
84741adc16
commit
beda0db543
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
@ -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:
|
||||
|
@ -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)),
|
||||
|
Loading…
Reference in New Issue
Block a user