Skip to content

Commit

Permalink
qutebrowser: fixup of 322d13e (#94046)
Browse files Browse the repository at this point in the history
Webkit should never be the default backend.
  • Loading branch information
rnhmjoj committed Jul 28, 2020
1 parent e4aaad4 commit 98ebda6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
, libxslt, gst_all_1 ? null
, withPdfReader ? true
, withMediaPlayback ? true
, backend ? "webkit"
, backend ? "webengine"
}:

assert withMediaPlayback -> gst_all_1 != null;
Expand Down

0 comments on commit 98ebda6

Please sign in to comment.