Allow changing downloads_dir from SettingsDialog

This commit is contained in:
Micah Lee 2018-04-25 08:43:40 -07:00
parent a017af0748
commit dd7d97dbbb
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
9 changed files with 71 additions and 28 deletions

View file

@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
from __future__ import division
import os, sys, platform, argparse
from .alert import Alert
from .widgets import Alert
from PyQt5 import QtCore, QtWidgets
from onionshare import strings