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

View file

@ -103,6 +103,8 @@ void removeRunningFile(const QString &path)
void runGui(QApplication &a, Paths &paths, Settings &settings)
{
initQt();
chatterino::NetworkManager::init();
chatterino::Updates::getInstance().checkForUpdates();

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);