mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -04:00
Allow changing downloads_dir from SettingsDialog
This commit is contained in:
parent
a017af0748
commit
dd7d97dbbb
9 changed files with 71 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue