Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chat

This commit is contained in:
Micah Lee 2020-08-19 18:56:55 -04:00
commit 8e1b34ce13
16 changed files with 823 additions and 36 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