1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Win: Fixed theme loading delay.

- closes #388
This commit is contained in:
nowrep 2012-07-09 23:45:49 +02:00
parent 8a5880c77d
commit a252fe7db0

View File

@ -114,6 +114,10 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
m_isStarting = true;
#ifndef Q_WS_X11
setUpdatesEnabled(false);
#endif
setupUi();
setupMenu();
@ -123,7 +127,9 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
void QupZilla::postLaunch()
{
#ifdef Q_WS_X11
setUpdatesEnabled(false);
#endif
loadSettings();