diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-01-23 01:32:08 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 00:12:13 +0100 |
commit | c6d8d1d96331de14f62178d6948a66ad9a3ac4b1 (patch) | |
tree | f90dc4511d075c9872026f77cae8a5cb5ad20ecb /src | |
parent | 304f0cc995f6d861edca19ebf7c0ee8f8c6a2ea1 (diff) |
[feature] add pixelated button to UI
this button will call the exported qt method to open a new window
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/bitmask/pix.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/bitmask/pix.py b/src/leap/bitmask/pix.py index 519b7c1..043f7d0 100644 --- a/src/leap/bitmask/pix.py +++ b/src/leap/bitmask/pix.py @@ -47,6 +47,10 @@ except ImportError: log = Logger() +# TODO +# [ ] pre-authenticate + + def start_pixelated_user_agent(userid, soledad, keymanager): leap_session = LeapSessionAdapter( |