mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -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
|
@ -24,7 +24,7 @@ from datetime import datetime
|
|||
from PyQt5 import QtCore, QtWidgets, QtGui
|
||||
|
||||
from onionshare import strings
|
||||
from ..widgets import Alert
|
||||
from ...widgets import Alert
|
||||
|
||||
|
||||
class HistoryItem(QtWidgets.QWidget):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue