mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Click2Flash is now disabled by default + updated address for sending bug
reports
This commit is contained in:
parent
d7cb7fbcd6
commit
f649151cca
1
TODO
1
TODO
@ -12,3 +12,4 @@ Note: They are not sorted by priority.
|
|||||||
4. FTP Protocol support
|
4. FTP Protocol support
|
||||||
5. Zoom Widget in statusbar
|
5. Zoom Widget in statusbar
|
||||||
6. Save more than one account for site + input completer
|
6. Save more than one account for site + input completer
|
||||||
|
7. Better SSL Manager
|
||||||
|
@ -72,7 +72,7 @@ function checkFields()
|
|||||||
<p style="display:none" id="result"> </p>
|
<p style="display:none" id="result"> </p>
|
||||||
<p>
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<form action="http://qupzilla.ic.cz/reportbug.php" onsubmit="return checkFields()" method="POST">
|
<form action="http://qupzilla.co.cc/reportbug.php" onsubmit="return checkFields()" method="POST">
|
||||||
<tr><td>%EMAIL%*:</td><td><input type="text" id="mail" name="mail"> </tr>
|
<tr><td>%EMAIL%*:</td><td><input type="text" id="mail" name="mail"> </tr>
|
||||||
<tr><td>%TYPE%:</td><td><input type="text" id="type" name="type"> </tr>
|
<tr><td>%TYPE%:</td><td><input type="text" id="type" name="type"> </tr>
|
||||||
<tr><td>%PRIORITY%:</td><td><select id="priority" name="priority"> <option>%LOW%</option><option>%NORMAL%</option><option>%HIGH%</option> </select></tr>
|
<tr><td>%PRIORITY%:</td><td><select id="priority" name="priority"> <option>%LOW%</option><option>%NORMAL%</option><option>%HIGH%</option> </select></tr>
|
||||||
|
@ -84,7 +84,7 @@ void PluginProxy::c2f_loadSettings()
|
|||||||
QSettings settings(mApp->getActiveProfilPath()+"settings.ini", QSettings::IniFormat);
|
QSettings settings(mApp->getActiveProfilPath()+"settings.ini", QSettings::IniFormat);
|
||||||
settings.beginGroup("ClickToFlash");
|
settings.beginGroup("ClickToFlash");
|
||||||
c2f_whitelist = settings.value("whitelist", QStringList()).toStringList();
|
c2f_whitelist = settings.value("whitelist", QStringList()).toStringList();
|
||||||
c2f_enabled = settings.value("Enabled", true).toBool();
|
c2f_enabled = settings.value("Enabled", false).toBool();
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user