mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Create GUI for onionshare chat mode with the tab workflow
This commit is contained in:
parent
2c938fd777
commit
819e406d46
8 changed files with 214 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue