parent
d4e388f9d5
commit
b4a0e16db9
@ -73,6 +73,7 @@ Fixed
|
|||||||
- Greasemonkey scripts which start with an UTF-8 BOM are now handled correctly.
|
- Greasemonkey scripts which start with an UTF-8 BOM are now handled correctly.
|
||||||
- When no documentation has been generated, the plaintext documentation now can
|
- When no documentation has been generated, the plaintext documentation now can
|
||||||
be shown for more files such as `qute://help/userscripts.html`.
|
be shown for more files such as `qute://help/userscripts.html`.
|
||||||
|
- Crash when doing initial run on Wayland without XWayland
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -247,9 +247,9 @@ def _handle_wayland():
|
|||||||
"(if you have a <i>config.py</i> file, you'll need to set "
|
"(if you have a <i>config.py</i> file, you'll need to set "
|
||||||
"this manually).</p>")
|
"this manually).</p>")
|
||||||
else:
|
else:
|
||||||
text.append("<p><b>Set up XWayland</b></p>"
|
text += ("<p><b>Set up XWayland</b></p>"
|
||||||
"<p>This allows you to use the newer QtWebEngine backend "
|
"<p>This allows you to use the newer QtWebEngine backend "
|
||||||
"(based on Chromium). ")
|
"(based on Chromium). ")
|
||||||
|
|
||||||
if has_qt511:
|
if has_qt511:
|
||||||
buttons.append(_Button("Force software rendering",
|
buttons.append(_Button("Force software rendering",
|
||||||
|
Loading…
Reference in New Issue
Block a user