mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
Fixed Click2Flash plugin disabled by default
Also updated README file with current version informations
This commit is contained in:
parent
7808408cc8
commit
3b0ac5b3b5
|
@ -48,7 +48,7 @@ To install QupZilla, you will have to run this command: (it may be neccessary to
|
||||||
Current version
|
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.
|
and the sources from the download section.
|
||||||
However, if you want the latest revision, just take the latest code snapshot either by
|
However, if you want the latest revision, just take the latest code snapshot either by
|
||||||
downloading a tarball or running:
|
downloading a tarball or running:
|
||||||
|
|
|
@ -47,7 +47,7 @@ PluginsList::PluginsList(QWidget* parent) :
|
||||||
|
|
||||||
settings.beginGroup("ClickToFlash");
|
settings.beginGroup("ClickToFlash");
|
||||||
QStringList whitelist = mApp->plugins()->c2f_getWhiteList();
|
QStringList whitelist = mApp->plugins()->c2f_getWhiteList();
|
||||||
ui->allowClick2Flash->setChecked(settings.value("Enable", true).toBool());
|
ui->allowClick2Flash->setChecked(settings.value("Enable", false).toBool());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
foreach(QString site, whitelist) {
|
foreach(QString site, whitelist) {
|
||||||
QTreeWidgetItem* item = new QTreeWidgetItem(ui->whitelist);
|
QTreeWidgetItem* item = new QTreeWidgetItem(ui->whitelist);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user