mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-07 05:42:20 -04:00
Move settings into the Common object, so the settings are available to all objects (including Web, which is required for receive mode)
This commit is contained in:
parent
37389f85ac
commit
14d7921bb9
8 changed files with 72 additions and 66 deletions
|
@ -27,7 +27,6 @@ from onionshare.common import Common
|
|||
from onionshare.web import Web
|
||||
from onionshare.onion import Onion
|
||||
from onionshare.onionshare import OnionShare
|
||||
from onionshare.settings import Settings
|
||||
|
||||
from .onionshare_gui import OnionShareGui
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue