mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-16 13:22:28 -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
|
@ -23,7 +23,7 @@ from PyQt5 import QtCore, QtWidgets, QtGui
|
|||
|
||||
from onionshare import strings
|
||||
|
||||
from .widgets import Alert
|
||||
from ..widgets import Alert
|
||||
|
||||
|
||||
class ServerStatus(QtWidgets.QWidget):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue