mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
parent
8a5880c77d
commit
a252fe7db0
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user