diff options
-rw-r--r-- | changes/next-changelog.rst | 1 | ||||
-rw-r--r-- | src/leap/bitmask/gui/ui/mail_status.ui | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 54b2b2ed..d1623d6f 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -18,6 +18,7 @@ Bugfixes ~~~~~~~~ - `#7568 <https://leap.se/code/issues/7568>`_: Fix typo on signal name. - `#7583 <https://leap.se/code/issues/7583>`_: Fix set_soledad_auth_token event callback signature. +- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser. - `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. diff --git a/src/leap/bitmask/gui/ui/mail_status.ui b/src/leap/bitmask/gui/ui/mail_status.ui index 3f103ef6..89e1843f 100644 --- a/src/leap/bitmask/gui/ui/mail_status.ui +++ b/src/leap/bitmask/gui/ui/mail_status.ui @@ -110,6 +110,9 @@ margin-top:5px;</string> <property name="indent"> <number>-1</number> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item row="0" column="0"> |