diff options
| author | Kali Kaneko <kali@leap.se> | 2016-03-23 19:30:54 -0400 |
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2016-03-23 19:30:54 -0400 |
| commit | f9cb960dea642ec2e9cced1ab4712577cc0f3469 (patch) | |
| tree | f2539f9b411ad8b1e5675e28a53c738d5e2da131 /src/leap/bitmask/gui/ui | |
| parent | e92e4f1e4d57957af5d8c9e08a6c3c9152409612 (diff) | |
[feature] add QtWebView to render pixelated mua
Diffstat (limited to 'src/leap/bitmask/gui/ui')
| -rw-r--r-- | src/leap/bitmask/gui/ui/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/ui/mainwindow.ui b/src/leap/bitmask/gui/ui/mainwindow.ui index b1d68c4a..976c0c0a 100644 --- a/src/leap/bitmask/gui/ui/mainwindow.ui +++ b/src/leap/bitmask/gui/ui/mainwindow.ui @@ -315,6 +315,7 @@ </property> <addaction name="action_create_new_account"/> <addaction name="action_advanced_key_management"/> + <addaction name="action_pixelated_mail"/> <addaction name="separator"/> <addaction name="action_preferences"/> <addaction name="separator"/> @@ -370,6 +371,11 @@ <string>Create a new account...</string> </property> </action> + <action name="action_pixelated_mail"> + <property name="text"> + <string>Bitmask Webmail</string> + </property> + </action> <action name="action_advanced_key_management"> <property name="enabled"> <bool>false</bool> |
