mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 18:05:05 -04:00
Move MODE_SHARE, MODE_RECEIVE, and MODE_WEBSITE into GuiCommon
This commit is contained in:
parent
bd832051e0
commit
2c1225b757
3 changed files with 34 additions and 38 deletions
|
@ -24,6 +24,10 @@ class GuiCommon:
|
|||
The shared code for all of the OnionShare GUI.
|
||||
"""
|
||||
|
||||
MODE_SHARE = "share"
|
||||
MODE_RECEIVE = "receive"
|
||||
MODE_WEBSITE = "website"
|
||||
|
||||
def __init__(self, common):
|
||||
self.common = common
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue