Allow changing downloads_dir from SettingsDialog

This commit is contained in:
Micah Lee 2018-04-25 08:43:40 -07:00
parent aa372ce585
commit 74509c5a13
9 changed files with 71 additions and 28 deletions

View file

@ -22,7 +22,7 @@ from PyQt5 import QtCore, QtWidgets, QtGui
from onionshare import strings
from onionshare.onion import *
from .alert import Alert
from .widgets import Alert
class TorConnectionDialog(QtWidgets.QProgressDialog):
"""