Add a single tab, and fix several issues with moving all the tab code into its own object

This commit is contained in:
Micah Lee 2019-10-26 21:14:47 -07:00
parent c77db82e67
commit 6449e5183e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
8 changed files with 72 additions and 64 deletions

View file

@ -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):