mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 19:22:23 +02:00
Compare commits
4 commits
05c76aad90
...
c53a93f6c0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c53a93f6c0 | ||
![]() |
9355503d4a | ||
![]() |
72577a47b8 | ||
![]() |
06cbf5afcc |
1 changed files with 3 additions and 5 deletions
|
@ -61,11 +61,9 @@ about updates.</p>
|
|||
HAMBURGER_MENU_SIZE = 30
|
||||
|
||||
|
||||
WARNING_MESSAGE = """\
|
||||
<p><b>Warning:</b> Ubuntu Focal systems and their derivatives will
|
||||
stop being supported in subsequent Dangerzone releases. We encourage you to upgrade to a
|
||||
more recent version of your operating system in order to get security updates.</p>
|
||||
"""
|
||||
WARNING_MESSAGE = """<p><b>Warning:</b> You are not receiving security updates because systems with Python 3.8 are no longer supported.
|
||||
Please upgrade to a more recent version of your operating system to use an updated version of Dangerzone. While Dangerzone aims to protect
|
||||
you from malicious documents, using an unsupported version may expose you to known security vulnerabilities.</p>"""
|
||||
|
||||
|
||||
def load_svg_image(filename: str, width: int, height: int) -> QtGui.QPixmap:
|
||||
|
|
Loading…
Reference in a new issue