mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Compare commits
3 commits
c53a93f6c0
...
05c76aad90
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05c76aad90 | ||
![]() |
c6416164e4 | ||
![]() |
3a617b88f1 |
1 changed files with 5 additions and 3 deletions
|
@ -61,9 +61,11 @@ about updates.</p>
|
|||
HAMBURGER_MENU_SIZE = 30
|
||||
|
||||
|
||||
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>"""
|
||||
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>
|
||||
"""
|
||||
|
||||
|
||||
def load_svg_image(filename: str, width: int, height: int) -> QtGui.QPixmap:
|
||||
|
|
Loading…
Reference in a new issue