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

Fixed Click2Flash plugin disabled by default

Also updated README file with current version informations
This commit is contained in:
nowrep 2011-11-09 20:20:42 +01:00
parent 7808408cc8
commit 3b0ac5b3b5
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ To install QupZilla, you will have to run this command: (it may be neccessary to
Current version
----------------------------------------------------------------------------------------
The current released version of QupZilla is 1.0.0-rc1. You can download precompiled packages
The current released version of QupZilla is 1.0.0. You can download precompiled packages
and the sources from the download section.
However, if you want the latest revision, just take the latest code snapshot either by
downloading a tarball or running:

View File

@ -47,7 +47,7 @@ PluginsList::PluginsList(QWidget* parent) :
settings.beginGroup("ClickToFlash");
QStringList whitelist = mApp->plugins()->c2f_getWhiteList();
ui->allowClick2Flash->setChecked(settings.value("Enable", true).toBool());
ui->allowClick2Flash->setChecked(settings.value("Enable", false).toBool());
settings.endGroup();
foreach(QString site, whitelist) {
QTreeWidgetItem* item = new QTreeWidgetItem(ui->whitelist);