Create GUI for onionshare chat mode with the tab workflow

This commit is contained in:
Saptak S 2020-03-09 17:44:00 +05:30
parent 2c938fd777
commit 819e406d46
No known key found for this signature in database
GPG key ID: 2D9B32E54C68A3FB
8 changed files with 214 additions and 2 deletions

View file

@ -31,6 +31,7 @@ class GuiCommon:
MODE_SHARE = "share"
MODE_RECEIVE = "receive"
MODE_WEBSITE = "website"
MODE_CHAT = "chat"
def __init__(self, common, qtapp, local_only):
self.common = common