fixed settings background color

This commit is contained in:
fourtf
2018-08-07 08:12:44 +02:00
parent 381177dd24
commit 0682214ba7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ void LogsPopup::getOverrustleLogs()
req.setCaller(QThread::currentThread());
req.onError([this, channelName](int errorCode) {
this->close();
QMessageBox *box = new QMessageBox(
auto box = new QMessageBox(
QMessageBox::Information, "Error getting logs",
"No logs could be found for channel " + channelName);
box->setAttribute(Qt::WA_DeleteOnClose);