aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e2bef52..553115a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -46,7 +46,7 @@ void MainWindow::restoreMainWindow() {
}
}
} else {
- this->resize(636, 760);
+ this->resize(800, 684);
}
}
@@ -930,9 +930,9 @@ void MainWindow::handleLoadFinished(bool loaded) {
updatePageTheme();
handleZoom();
injectMutationObserver();
+ injectFullWidthJavaScript();
injectClassChangeObserver();
injectNewChatJavaScript();
- injectFullWidthJavaScript();
settingsWidget->refresh();
}
}