2012-11-30 00:35:58 +08:00
|
|
|
--- src/lib/app/qupzilla.cpp.orig 2012-11-29 11:13:29.713925058 -0500
|
|
|
|
+++ src/lib/app/qupzilla.cpp 2012-11-29 11:14:38.660600110 -0500
|
|
|
|
@@ -560,7 +560,7 @@
|
2012-03-23 22:33:07 +08:00
|
|
|
|
|
|
|
//Url settings
|
|
|
|
settings.beginGroup("Web-URL-Settings");
|
|
|
|
- m_homepage = settings.value("homepage", "qupzilla:start").toUrl();
|
2013-03-15 23:56:55 +08:00
|
|
|
+ m_homepage = settings.value("homepage", "http://www.chakra-project.org/welcome.html").toUrl();
|
2012-03-23 22:33:07 +08:00
|
|
|
settings.endGroup();
|
|
|
|
|
|
|
|
QWebSettings* websettings = mApp->webSettings();
|
2012-11-30 00:35:58 +08:00
|
|
|
@@ -576,7 +576,7 @@
|
|
|
|
bool showWebSearchBar = settings.value("showWebSearchBar", true).toBool();
|
2012-02-04 08:31:05 +08:00
|
|
|
bool showBookmarksToolbar = settings.value("showBookmarksToolbar", true).toBool();
|
|
|
|
bool showNavigationToolbar = settings.value("showNavigationToolbar", true).toBool();
|
|
|
|
- bool showMenuBar = settings.value("showMenubar", true).toBool();
|
|
|
|
+ bool showMenuBar = settings.value("showMenubar", false).toBool();
|
|
|
|
bool makeTransparent = settings.value("useTransparentBackground", false).toBool();
|
|
|
|
m_sideBarWidth = settings.value("SideBarWidth", 250).toInt();
|
2012-11-30 00:35:58 +08:00
|
|
|
m_webViewWidth = settings.value("WebViewWidth", 2000).toInt();
|