fixed settings background color
This commit is contained in:
@@ -103,6 +103,8 @@ void removeRunningFile(const QString &path)
|
|||||||
|
|
||||||
void runGui(QApplication &a, Paths &paths, Settings &settings)
|
void runGui(QApplication &a, Paths &paths, Settings &settings)
|
||||||
{
|
{
|
||||||
|
initQt();
|
||||||
|
|
||||||
chatterino::NetworkManager::init();
|
chatterino::NetworkManager::init();
|
||||||
chatterino::Updates::getInstance().checkForUpdates();
|
chatterino::Updates::getInstance().checkForUpdates();
|
||||||
|
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ void LogsPopup::getOverrustleLogs()
|
|||||||
req.setCaller(QThread::currentThread());
|
req.setCaller(QThread::currentThread());
|
||||||
req.onError([this, channelName](int errorCode) {
|
req.onError([this, channelName](int errorCode) {
|
||||||
this->close();
|
this->close();
|
||||||
QMessageBox *box = new QMessageBox(
|
auto box = new QMessageBox(
|
||||||
QMessageBox::Information, "Error getting logs",
|
QMessageBox::Information, "Error getting logs",
|
||||||
"No logs could be found for channel " + channelName);
|
"No logs could be found for channel " + channelName);
|
||||||
box->setAttribute(Qt::WA_DeleteOnClose);
|
box->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|||||||
Reference in New Issue
Block a user