mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 06:42:37 -04:00
Add a single tab, and fix several issues with moving all the tab code into its own object
This commit is contained in:
parent
c77db82e67
commit
6449e5183e
8 changed files with 72 additions and 64 deletions
|
@ -22,7 +22,7 @@ from PyQt5 import QtCore, QtWidgets, QtGui
|
|||
|
||||
from onionshare import strings
|
||||
|
||||
from ..widgets import Alert, AddFileDialog
|
||||
from ...widgets import Alert, AddFileDialog
|
||||
|
||||
|
||||
class DropHereLabel(QtWidgets.QLabel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue