diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-22 21:13:22 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-22 21:13:22 +0200 |
commit | fc34f373df6b1671e8ea1f32e7c4fa423c76f1d9 (patch) | |
tree | e7b988af98bf1f5bcc834dd8862f326f268db91e /src/ChatPage.cc | |
parent | Fix emoji picker's theme (diff) | |
download | nheko-fc34f373df6b1671e8ea1f32e7c4fa423c76f1d9.tar.xz |
Remove unnecessary comments
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r-- | src/ChatPage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc index acc60c03..4dbda90d 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc @@ -545,7 +545,7 @@ ChatPage::showQuickSwitcher() new OverlayModal(MainWindow::instance(), quickSwitcher_.data()), [=](OverlayModal *modal) { modal->deleteLater(); }); quickSwitcherModal_->setDuration(0); - // quickSwitcherModal_->setColor(QColor(30, 30, 30, 170)); + quickSwitcherModal_->setColor(QColor(30, 30, 30, 170)); } QMap<QString, QString> rooms; |