Commit a6a0f5a8 authored by Franco Fichtner's avatar Franco Fichtner

src: make quick the default for floating rules for #504

(cherry picked from commit bd652e90)
parent 5c49698b
......@@ -182,6 +182,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
if (isset($_GET['if'])) {
if ($_GET['if'] == "FloatingRules" ) {
$pconfig['floating'] = true;
$pconfig['quick'] = true;
} else {
$pconfig['interface'] = $_GET['if'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment