mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-26 16:15:51 -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
1d903efeb2
commit
ed25b44e84
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