mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
parent
8a5880c77d
commit
a252fe7db0
@ -114,6 +114,10 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
|
|||||||
|
|
||||||
m_isStarting = true;
|
m_isStarting = true;
|
||||||
|
|
||||||
|
#ifndef Q_WS_X11
|
||||||
|
setUpdatesEnabled(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
setupUi();
|
setupUi();
|
||||||
setupMenu();
|
setupMenu();
|
||||||
|
|
||||||
@ -123,7 +127,9 @@ QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl)
|
|||||||
|
|
||||||
void QupZilla::postLaunch()
|
void QupZilla::postLaunch()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_WS_X11
|
||||||
setUpdatesEnabled(false);
|
setUpdatesEnabled(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
loadSettings();
|
loadSettings();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user